Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
pandas==1.3.5
|
| 2 |
transformers==4.21.1
|
| 3 |
torch==1.11.0
|
| 4 |
-
gradio==3.0.12
|
|
|
|
|
|
| 1 |
pandas==1.3.5
|
| 2 |
transformers==4.21.1
|
| 3 |
torch==1.11.0
|
| 4 |
+
gradio==3.0.12
|
| 5 |
+
numpy==1.26.4
|