Spaces:
Sleeping
Sleeping
Pin gradio_client to fix schema error
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==4.44.1
|
|
|
|
| 2 |
tensorflow==2.19.1
|
| 3 |
numpy==1.26.4
|
| 4 |
pillow==10.4.0
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
gradio_client==1.3.0
|
| 3 |
tensorflow==2.19.1
|
| 4 |
numpy==1.26.4
|
| 5 |
pillow==10.4.0
|