Spaces:
Build error
Build error
andrewburns
commited on
Commit
•
8e24c81
1
Parent(s):
c0faf6a
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/cu113
|
2 |
+
torch
|
3 |
+
diffusers
|
4 |
+
transformers
|
5 |
+
scipy
|
6 |
+
ftfy
|
7 |
+
datasets
|