Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
transformers>=4.40
|
| 3 |
-
torch
|
| 4 |
-
huggingface_hub
|
| 5 |
safetensors
|
|
|
|
| 1 |
streamlit
|
| 2 |
transformers>=4.40
|
| 3 |
+
torch>=2.1
|
| 4 |
+
huggingface_hub>=0.23
|
| 5 |
safetensors
|