Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
httpx
|
| 2 |
+
openai
|
| 3 |
+
edge-tts==7.0.0
|
| 4 |
+
python-dotenv
|
| 5 |
+
ffmpeg-python
|
| 6 |
+
pydub
|