Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
openvino
|
4 |
+
gradio
|
5 |
+
diffusers
|
6 |
+
scipy
|
7 |
+
--extra-index-url https://download.pytorch.org/whl/cpu "diffusers[torch]>=0.9.0"
|
8 |
+
huggingface-hub
|