Spaces:
Runtime error
Runtime error
6Morpheus6
commited on
Commit
•
1fcc81b
1
Parent(s):
46ebb47
gradio 4.43.0 / numpy<2
Browse filesPydantic error fix
AMD compatibility
- 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
|