Spaces:
Running
Running
Update from GitHub Actions - 2025-08-21 06:51:29
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Piper TTS Demo Requirements
|
| 2 |
-
gradio==4.44.1
|
| 3 |
numpy>=1.24.0,<3.0
|
| 4 |
onnxruntime>=1.16.0
|
| 5 |
pyopenjtalk>=0.3.0
|
|
|
|
| 1 |
# Piper TTS Demo Requirements
|
| 2 |
+
gradio==4.42.0 # Downgraded from 4.44.1 to avoid json_schema_to_python_type bug
|
| 3 |
numpy>=1.24.0,<3.0
|
| 4 |
onnxruntime>=1.16.0
|
| 5 |
pyopenjtalk>=0.3.0
|