Spaces:
Runtime error
Runtime error
gradio 4.43.0 / numpy<2 (#4)
Browse files- gradio 4.43.0 / numpy<2 (1fcc81b720eb6d9041e6b8df40551ccfd75a4bf2)
Co-authored-by: Pascal Geltz <[email protected]>
- 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
|