Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,6 @@ gradio
|
|
| 2 |
pandas
|
| 3 |
unidecode
|
| 4 |
plotly
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas
|
| 3 |
unidecode
|
| 4 |
plotly
|
| 5 |
+
openai>=1.30.0
|
| 6 |
+
transformers
|
| 7 |
+
torch
|