Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,10 @@
|
|
| 1 |
-
gradio==4.44.
|
| 2 |
-
numpy
|
| 3 |
-
scipy
|
| 4 |
-
scikit-image
|
| 5 |
-
pyyaml
|
| 6 |
-
tqdm
|
| 7 |
-
requests
|
| 8 |
-
Pillow
|
| 9 |
-
opencv-python
|
| 10 |
-
imageio
|
| 11 |
-
imageio-ffmpeg
|
| 12 |
torch
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
+
diffusers
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
+
safetensors
|
| 7 |
+
huggingface_hub
|
| 8 |
+
pillow
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|