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