Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
-
|
6 |
-
diffusers
|
7 |
-
huggingface_hub
|
8 |
-
safetensors
|
9 |
-
transformers
|
10 |
-
Pillow
|
11 |
-
gradio
|
12 |
-
spaces
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
|
6 |
+
diffusers
|
7 |
+
huggingface_hub
|
8 |
+
safetensors
|
9 |
+
transformers
|
10 |
+
Pillow
|
11 |
+
gradio
|
|