Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
soundfile
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
onnxruntime
|
| 3 |
+
scipy
|
| 4 |
soundfile
|
| 5 |
+
phonemizer
|
| 6 |
+
pydantic
|
| 7 |
+
fastapi
|
| 8 |
+
uvicorn
|