Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
|
| 2 |
pandas==2.0.2
|
|
|
|
| 3 |
transformers==4.32.0
|
| 4 |
torch==2.1.0
|
| 5 |
-
huggingface-hub==0.15.1
|
|
|
|
| 1 |
+
numpy==1.24.3
|
| 2 |
pandas==2.0.2
|
| 3 |
+
streamlit==1.19.0
|
| 4 |
transformers==4.32.0
|
| 5 |
torch==2.1.0
|
| 6 |
+
huggingface-hub==0.15.1
|