Spaces:
Runtime error
Runtime error
Rename REQUIREMENTS.txt to requirements.txt
Browse files
REQUIREMENTS.txt → requirements.txt
RENAMED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
scipy>=1.9.0
|
| 8 |
-
scikit-learn>=1.3.0
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
plotly>=5.15.0
|
| 4 |
+
pandas>=1.5.0
|
| 5 |
+
transformers>=4.30.0
|
| 6 |
+
torch>=2.0.0
|
|
|
|
|
|