Spaces:
Sleeping
Sleeping
Commit
·
37abce4
1
Parent(s):
ce6a2c5
Use latest Gradio version
Browse files- README.md +1 -1
- requirements.txt +5 -2
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: ❓
|
|
4 |
colorFrom: purple
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.15.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
requirements.txt
CHANGED
@@ -46,8 +46,8 @@ fonttools==4.47.0
|
|
46 |
fqdn==1.5.1
|
47 |
frozenlist==1.4.1
|
48 |
fsspec==2023.10.0
|
49 |
-
gradio==4.
|
50 |
-
gradio_client==0.8.
|
51 |
graphviz==0.20.1
|
52 |
h11==0.14.0
|
53 |
httpcore==1.0.2
|
@@ -57,6 +57,7 @@ idna==3.6
|
|
57 |
importlib-resources==6.1.1
|
58 |
ipykernel==6.28.0
|
59 |
ipython==8.20.0
|
|
|
60 |
ipython-genutils==0.2.0
|
61 |
ipywidgets==7.8.1
|
62 |
isoduration==20.11.0
|
@@ -107,6 +108,7 @@ pandas==2.1.4
|
|
107 |
pandocfilters==1.5.0
|
108 |
parso==0.8.3
|
109 |
pexpect==4.9.0
|
|
|
110 |
pillow==10.2.0
|
111 |
platformdirs==4.1.0
|
112 |
preshed==3.0.9
|
@@ -138,6 +140,7 @@ rfc3339-validator==0.1.4
|
|
138 |
rfc3986-validator==0.1.1
|
139 |
rich==13.7.0
|
140 |
rpds-py==0.16.2
|
|
|
141 |
safetensors==0.4.1
|
142 |
scikit-learn==1.3.2
|
143 |
scipy==1.11.4
|
|
|
46 |
fqdn==1.5.1
|
47 |
frozenlist==1.4.1
|
48 |
fsspec==2023.10.0
|
49 |
+
gradio==4.15.0
|
50 |
+
gradio_client==0.8.1
|
51 |
graphviz==0.20.1
|
52 |
h11==0.14.0
|
53 |
httpcore==1.0.2
|
|
|
57 |
importlib-resources==6.1.1
|
58 |
ipykernel==6.28.0
|
59 |
ipython==8.20.0
|
60 |
+
IPython-Copilot-Completer @ file:///Users/dani/code/ipython-copilot-completer
|
61 |
ipython-genutils==0.2.0
|
62 |
ipywidgets==7.8.1
|
63 |
isoduration==20.11.0
|
|
|
108 |
pandocfilters==1.5.0
|
109 |
parso==0.8.3
|
110 |
pexpect==4.9.0
|
111 |
+
pickleshare==0.7.5
|
112 |
pillow==10.2.0
|
113 |
platformdirs==4.1.0
|
114 |
preshed==3.0.9
|
|
|
140 |
rfc3986-validator==0.1.1
|
141 |
rich==13.7.0
|
142 |
rpds-py==0.16.2
|
143 |
+
ruff==0.1.14
|
144 |
safetensors==0.4.1
|
145 |
scikit-learn==1.3.2
|
146 |
scipy==1.11.4
|