Spaces:
Runtime error
Runtime error
Plat
commited on
Commit
·
d2d5e23
1
Parent(s):
90d45ed
chore: deps order?
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
setuptools>=80.9.0
|
| 2 |
wheel>=0.45.1
|
|
|
|
| 3 |
git+https://github.com/p1atdev/AivisSpeech-Engine
|
| 4 |
aiohttp>=3.12.6
|
| 5 |
fastapi>=0.115.12
|
| 6 |
-
gradio>=5.32.0
|
| 7 |
hf-transfer>=0.1.9
|
| 8 |
hf-xet>=1.1.2
|
| 9 |
litellm>=1.72.0
|
| 10 |
markitdown[pdf]>=0.1.2
|
| 11 |
-
onnxruntime>=1.22.0
|
| 12 |
pydantic>=2.11.5
|
| 13 |
pyopenjtalk-plus==0.4.1.post3
|
|
|
|
| 1 |
setuptools>=80.9.0
|
| 2 |
wheel>=0.45.1
|
| 3 |
+
onnxruntime
|
| 4 |
git+https://github.com/p1atdev/AivisSpeech-Engine
|
| 5 |
aiohttp>=3.12.6
|
| 6 |
fastapi>=0.115.12
|
|
|
|
| 7 |
hf-transfer>=0.1.9
|
| 8 |
hf-xet>=1.1.2
|
| 9 |
litellm>=1.72.0
|
| 10 |
markitdown[pdf]>=0.1.2
|
|
|
|
| 11 |
pydantic>=2.11.5
|
| 12 |
pyopenjtalk-plus==0.4.1.post3
|