saattrupdan
commited on
Commit
•
a4e344c
1
Parent(s):
7192239
chore: Update gradio
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -8,19 +8,19 @@ click==8.1.7
|
|
8 |
contourpy==1.2.1
|
9 |
cycler==0.12.1
|
10 |
exceptiongroup==1.2.2
|
11 |
-
fastapi==0.
|
12 |
fasttext-wheel==0.9.2
|
13 |
ffmpy==0.4.0
|
14 |
filelock==3.15.4
|
15 |
fonttools==4.53.1
|
16 |
fsspec==2024.6.1
|
17 |
gdown==4.7.3
|
18 |
-
gradio==
|
19 |
-
gradio_client==1.
|
20 |
h11==0.14.0
|
21 |
httpcore==1.0.5
|
22 |
httpx==0.27.0
|
23 |
-
huggingface-hub==0.
|
24 |
idna==3.8
|
25 |
importlib_resources==6.4.4
|
26 |
Jinja2==3.1.4
|
@@ -46,20 +46,21 @@ Pygments==2.18.0
|
|
46 |
pyparsing==3.1.4
|
47 |
PySocks==1.7.1
|
48 |
python-dateutil==2.9.0.post0
|
49 |
-
python-multipart==0.0.
|
50 |
pytz==2024.1
|
51 |
PyYAML==6.0.2
|
52 |
regex==2024.7.24
|
53 |
requests==2.32.3
|
54 |
rich==13.8.0
|
55 |
ruff==0.6.2
|
|
|
56 |
safetensors==0.4.4
|
57 |
semantic-version==2.10.0
|
58 |
shellingham==1.5.4
|
59 |
six==1.16.0
|
60 |
sniffio==1.3.1
|
61 |
soupsieve==2.6
|
62 |
-
starlette==0.
|
63 |
sympy==1.13.2
|
64 |
tokenizers==0.19.1
|
65 |
tomlkit==0.12.0
|
|
|
8 |
contourpy==1.2.1
|
9 |
cycler==0.12.1
|
10 |
exceptiongroup==1.2.2
|
11 |
+
fastapi==0.115.6
|
12 |
fasttext-wheel==0.9.2
|
13 |
ffmpy==0.4.0
|
14 |
filelock==3.15.4
|
15 |
fonttools==4.53.1
|
16 |
fsspec==2024.6.1
|
17 |
gdown==4.7.3
|
18 |
+
gradio==5.9.0
|
19 |
+
gradio_client==1.5.2
|
20 |
h11==0.14.0
|
21 |
httpcore==1.0.5
|
22 |
httpx==0.27.0
|
23 |
+
huggingface-hub==0.27.0
|
24 |
idna==3.8
|
25 |
importlib_resources==6.4.4
|
26 |
Jinja2==3.1.4
|
|
|
46 |
pyparsing==3.1.4
|
47 |
PySocks==1.7.1
|
48 |
python-dateutil==2.9.0.post0
|
49 |
+
python-multipart==0.0.19
|
50 |
pytz==2024.1
|
51 |
PyYAML==6.0.2
|
52 |
regex==2024.7.24
|
53 |
requests==2.32.3
|
54 |
rich==13.8.0
|
55 |
ruff==0.6.2
|
56 |
+
safehttpx==0.1.6
|
57 |
safetensors==0.4.4
|
58 |
semantic-version==2.10.0
|
59 |
shellingham==1.5.4
|
60 |
six==1.16.0
|
61 |
sniffio==1.3.1
|
62 |
soupsieve==2.6
|
63 |
+
starlette==0.41.3
|
64 |
sympy==1.13.2
|
65 |
tokenizers==0.19.1
|
66 |
tomlkit==0.12.0
|