Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
torch
|
| 4 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
torch
|
| 4 |
+
transformers
|
| 5 |
+
requests
|
| 6 |
+
minijinja
|
| 7 |
+
pandas
|
| 8 |
+
pyarrow
|
| 9 |
+
tabulate
|
| 10 |
+
python-dotenv
|