Spaces:
Build error
Build error
Commit
·
ab0400d
1
Parent(s):
cafdff9
Update requirements.txt
Browse files- requirements.txt +30 -0
requirements.txt
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio_client
|
2 |
aiohttp==3.8.3
|
3 |
aiosignal==1.2.0
|
|
|
1 |
+
anyio
|
2 |
+
blinker
|
3 |
+
certifi
|
4 |
+
charset-normalizer
|
5 |
+
click
|
6 |
+
colorama
|
7 |
+
filelock
|
8 |
+
Flask
|
9 |
+
Flask-Cors
|
10 |
+
fsspec
|
11 |
+
gradio_client
|
12 |
+
h11
|
13 |
+
httpcore
|
14 |
+
httpx
|
15 |
+
huggingface-hub
|
16 |
+
idna
|
17 |
+
itsdangerous
|
18 |
+
Jinja2
|
19 |
+
MarkupSafe
|
20 |
+
packaging
|
21 |
+
PyYAML
|
22 |
+
requests
|
23 |
+
sniffio
|
24 |
+
tqdm
|
25 |
+
typing_extensions
|
26 |
+
urllib3
|
27 |
+
websockets
|
28 |
+
Werkzeug
|
29 |
+
fastapi
|
30 |
+
uvicorn
|
31 |
gradio_client
|
32 |
aiohttp==3.8.3
|
33 |
aiosignal==1.2.0
|