Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
diffusers
|
4 |
-
transformers
|
5 |
-
scipy
|
6 |
-
ftfy
|
7 |
-
datasets
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.12.1+cu113
|
3 |
+
diffusers==0.3.0
|
4 |
+
transformers==4.22.2
|
5 |
+
scipy==1.9.1
|
6 |
+
ftfy==6.1.1
|
7 |
+
datasets==2.5.1
|
8 |
+
onnxruntime==1.12.1
|