Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
httpx
|
2 |
-
openai
|
3 |
edge-tts==7.0.0
|
4 |
python-dotenv
|
5 |
ffmpeg-python
|
6 |
-
pydub
|
|
|
|
1 |
httpx
|
2 |
+
openai
|
3 |
edge-tts==7.0.0
|
4 |
python-dotenv
|
5 |
ffmpeg-python
|
6 |
+
pydub
|
7 |
+
torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu
|