Spaces:
Runtime error
Runtime error
KABURAKURIA
commited on
Update requirements.txt
Browse files- requirements.txt +21 -2
requirements.txt
CHANGED
@@ -1,6 +1,25 @@
|
|
1 |
gradio==3.39.0
|
2 |
tensorflow==2.12.0
|
3 |
-
numpy
|
4 |
Pillow==10.0.0
|
5 |
huggingface_hub==0.22.2
|
6 |
-
minijinja
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==3.39.0
|
2 |
tensorflow==2.12.0
|
3 |
+
numpy>=1.22,<1.24
|
4 |
Pillow==10.0.0
|
5 |
huggingface_hub==0.22.2
|
6 |
+
minijinja==2.0.1
|
7 |
+
jinja2<4.0
|
8 |
+
python-multipart==0.0.9
|
9 |
+
altair>=4.2.0,<6.0
|
10 |
+
httpx==0.27.0
|
11 |
+
matplotlib~=3.0
|
12 |
+
ffmpy==0.4.0
|
13 |
+
uvicorn>=0.14.0
|
14 |
+
websockets>=10.0,<12.0
|
15 |
+
markdown-it-py[linkify]>=2.0.0
|
16 |
+
orjson~=3.0
|
17 |
+
semantic-version~=2.0
|
18 |
+
fastapi==0.112.0
|
19 |
+
pydub==0.25.1
|
20 |
+
aiofiles>=22.0,<24.0
|
21 |
+
gradio-client>=0.3.0
|
22 |
+
markupsafe~=2.0
|
23 |
+
mdit-py-plugins<=0.3.3
|
24 |
+
jax>=0.3.15
|
25 |
+
libclang>=13.0.0
|