Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ requests
|
|
| 3 |
gTTS
|
| 4 |
pydub
|
| 5 |
numpy<2.0.0
|
| 6 |
-
# Fast CPU optimized torch
|
| 7 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 8 |
torch
|
| 9 |
torchaudio
|
|
|
|
| 3 |
gTTS
|
| 4 |
pydub
|
| 5 |
numpy<2.0.0
|
| 6 |
+
# Fast CPU optimized torch (Very Important for Light weight)
|
| 7 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 8 |
torch
|
| 9 |
torchaudio
|