Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +2 -2
requirement.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
streamlit>=1.20
|
| 2 |
transformers>=4.30
|
| 3 |
-
torch
|
| 4 |
accelerate
|
| 5 |
huggingface-hub
|
| 6 |
-
Pillow
|
|
|
|
| 1 |
streamlit>=1.20
|
| 2 |
transformers>=4.30
|
| 3 |
+
torch==2.0.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
| 4 |
accelerate
|
| 5 |
huggingface-hub
|
| 6 |
+
Pillow
|