Update requirements.txt
Browse files- requirements.txt +3 -9
requirements.txt
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
gradio
|
| 5 |
-
|
| 6 |
-
scipy
|
| 7 |
-
soundfile
|
| 8 |
phonemizer
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
torch
|
|
|
|
|
|
|
| 3 |
phonemizer
|
| 4 |
+
soundfile
|
| 5 |
+
onnxruntime
|
|
|