Spaces:
Runtime error
Runtime error
Canstralian
commited on
Update requirements.txt
Browse files- requirements.txt +28 -10
requirements.txt
CHANGED
@@ -1,10 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.9.1
|
2 |
+
huggingface_hub>=0.25.1
|
3 |
+
aiofiles>=22.0,<24.0
|
4 |
+
anyio>=3.0,<5.0
|
5 |
+
fastapi>=0.115.2,<1.0
|
6 |
+
ffmpy
|
7 |
+
gradio_client==1.5.2
|
8 |
+
httpx>=0.24.1
|
9 |
+
Jinja2<4.0
|
10 |
+
markupsafe~=2.0
|
11 |
+
numpy>=1.0,<3.0
|
12 |
+
orjson~=3.0
|
13 |
+
packaging
|
14 |
+
pandas>=1.0,<3.0
|
15 |
+
pillow>=8.0,<12.0
|
16 |
+
pydantic>=2.0
|
17 |
+
python-multipart>=0.0.18
|
18 |
+
pydub
|
19 |
+
pyyaml>=5.0,<7.0
|
20 |
+
ruff>=0.2.2; sys.platform != 'emscripten'
|
21 |
+
safehttpx>=0.1.6,<0.2.0
|
22 |
+
semantic_version~=2.0
|
23 |
+
starlette>=0.40.0,<1.0; sys.platform != 'emscripten'
|
24 |
+
tomlkit>=0.12.0,<0.14.0
|
25 |
+
typer>=0.12,<1.0; sys.platform != 'emscripten'
|
26 |
+
typing_extensions~=4.0
|
27 |
+
urllib3~=2.0; sys.platform == 'emscripten'
|
28 |
+
uvicorn>=0.14.0; sys.platform != 'emscripten'
|