Spaces:
Paused
Paused
eyal.benaroche
commited on
Commit
•
00921bf
1
Parent(s):
2cba327
update requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,7 +3,8 @@ diffusers
|
|
3 |
gradio==4.37.2
|
4 |
numpy==1.26.4
|
5 |
spaces
|
6 |
-
|
|
|
7 |
transformers >= 4.34.0
|
8 |
xformers
|
9 |
ftfy
|
|
|
3 |
gradio==4.37.2
|
4 |
numpy==1.26.4
|
5 |
spaces
|
6 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
7 |
+
torch==2.0.1
|
8 |
transformers >= 4.34.0
|
9 |
xformers
|
10 |
ftfy
|