Spaces:
Build error
Build error
Commit
·
2199b72
1
Parent(s):
4953f3c
Specify higher version of gradio_client in requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
einops==0.8.1
|
| 2 |
gradio==4.44.1
|
|
|
|
| 3 |
gradio_calendar==0.0.6
|
| 4 |
numpy==1.26.4
|
| 5 |
plotly==5.24.1
|
|
|
|
| 1 |
einops==0.8.1
|
| 2 |
gradio==4.44.1
|
| 3 |
+
gradio_client==1.8.0
|
| 4 |
gradio_calendar==0.0.6
|
| 5 |
numpy==1.26.4
|
| 6 |
plotly==5.24.1
|