Spaces:
Running
Running
Update requirements.txt
#1
by Priyanshi69 - opened
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchaudio==2.6.0
|
| 3 |
-
numpy=
|
| 4 |
pydub==0.25.1
|
| 5 |
gradio==6.10.0
|
| 6 |
TTS==0.22.0
|
|
|
|
| 1 |
torch==2.6.0
|
| 2 |
torchaudio==2.6.0
|
| 3 |
+
numpy>=1.23.0,<1.27.0
|
| 4 |
pydub==0.25.1
|
| 5 |
gradio==6.10.0
|
| 6 |
TTS==0.22.0
|