Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
streamlit==1.20.0
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
torch==2.3.0
|
|
|
1 |
streamlit==1.20.0
|
2 |
+
gradio==3.1.4
|
3 |
+
transformers==4.25.1
|
4 |
+
datasets==2.6.1
|
5 |
+
pandas==1.5.3
|
6 |
+
huggingface_hub==0.14.1
|
7 |
torch==2.3.0
|