Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio == 3.45.0
|
| 2 |
+
transformers==4.41.1
|
| 3 |
+
torch==2.3.0
|
| 4 |
+
pandas==2.2.2
|
| 5 |
+
matplotlib==3.9.0
|
| 6 |
+
tempfile==5.1.0
|