Spaces:
Sleeping
Sleeping
Update requirements by decreasing gradio version
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -11,6 +11,7 @@ certifi==2024.2.2
|
|
| 11 |
charset-normalizer==3.3.2
|
| 12 |
click==8.1.7
|
| 13 |
cloudpathlib==0.16.0
|
|
|
|
| 14 |
comm==0.2.2
|
| 15 |
confection==0.1.4
|
| 16 |
contourpy==1.2.1
|
|
@@ -30,8 +31,8 @@ filelock==3.14.0
|
|
| 30 |
fonttools==4.51.0
|
| 31 |
fsspec==2024.3.1
|
| 32 |
ghapi==1.0.5
|
| 33 |
-
gradio==4.
|
| 34 |
-
gradio_client==0.
|
| 35 |
h11==0.14.0
|
| 36 |
httpcore==1.0.5
|
| 37 |
httpx==0.27.0
|
|
@@ -44,7 +45,7 @@ ipywidgets==8.0.4
|
|
| 44 |
jedi==0.19.1
|
| 45 |
Jinja2==3.1.3
|
| 46 |
joblib==1.4.0
|
| 47 |
-
jsonschema==4.
|
| 48 |
jsonschema-specifications==2023.12.1
|
| 49 |
jupyter_client==8.6.1
|
| 50 |
jupyter_core==5.7.2
|
|
@@ -127,7 +128,7 @@ torchvision==0.18.0
|
|
| 127 |
tornado==6.4
|
| 128 |
tqdm==4.66.2
|
| 129 |
traitlets==5.14.3
|
| 130 |
-
|
| 131 |
typing_extensions==4.11.0
|
| 132 |
tzdata==2024.1
|
| 133 |
urllib3==2.2.1
|
|
|
|
| 11 |
charset-normalizer==3.3.2
|
| 12 |
click==8.1.7
|
| 13 |
cloudpathlib==0.16.0
|
| 14 |
+
colorama==0.4.6
|
| 15 |
comm==0.2.2
|
| 16 |
confection==0.1.4
|
| 17 |
contourpy==1.2.1
|
|
|
|
| 31 |
fonttools==4.51.0
|
| 32 |
fsspec==2024.3.1
|
| 33 |
ghapi==1.0.5
|
| 34 |
+
gradio==4.26.0
|
| 35 |
+
gradio_client==0.15.1
|
| 36 |
h11==0.14.0
|
| 37 |
httpcore==1.0.5
|
| 38 |
httpx==0.27.0
|
|
|
|
| 45 |
jedi==0.19.1
|
| 46 |
Jinja2==3.1.3
|
| 47 |
joblib==1.4.0
|
| 48 |
+
jsonschema==4.22.0
|
| 49 |
jsonschema-specifications==2023.12.1
|
| 50 |
jupyter_client==8.6.1
|
| 51 |
jupyter_core==5.7.2
|
|
|
|
| 128 |
tornado==6.4
|
| 129 |
tqdm==4.66.2
|
| 130 |
traitlets==5.14.3
|
| 131 |
+
typer==0.9.4
|
| 132 |
typing_extensions==4.11.0
|
| 133 |
tzdata==2024.1
|
| 134 |
urllib3==2.2.1
|