Spaces:
Runtime error
Runtime error
gradio 4.43.0 / numpy<2
#4
by 6Morpheus6 - opened
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
gradio_imageslider
|
| 3 |
#torch
|
| 4 |
#torchvision
|
| 5 |
pillow
|
| 6 |
-
numpy
|
| 7 |
typing
|
| 8 |
gitpython
|
| 9 |
huggingface_hub
|
|
|
|
| 1 |
+
gradio==4.43.0
|
| 2 |
gradio_imageslider
|
| 3 |
#torch
|
| 4 |
#torchvision
|
| 5 |
pillow
|
| 6 |
+
numpy<2.0
|
| 7 |
typing
|
| 8 |
gitpython
|
| 9 |
huggingface_hub
|