Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.1.1
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
transformers>=4.40
|
| 5 |
+
streamlit>=1.26
|
| 6 |
+
huggingface_hub>=0.23
|
| 7 |
+
pandas>=2.0
|