Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.34.0
|
| 2 |
+
huggingface-hub==0.22.2
|
| 3 |
+
transformers==4.40.0
|
| 4 |
+
torch==2.2.1
|
| 5 |
+
pandas==2.2.1
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
python-dotenv==1.0.1
|