Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
|
|
|
|
2 |
gradio>=3.50.0
|
3 |
outetts>=0.1.0
|
4 |
soundfile>=0.12.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch
|
3 |
+
torchaudio
|
4 |
gradio>=3.50.0
|
5 |
outetts>=0.1.0
|
6 |
soundfile>=0.12.0
|