Spaces:
Running
Running
modal config in spaces
Browse files- packages.txt +1 -0
- requirements.txt +6 -0
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ffmpeg
|
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.33.1
|
2 |
+
gradio-client>=1.10.3
|
3 |
+
modal>=1.0.3
|
4 |
+
openai>=1.86.0
|
5 |
+
python-dotenv>=1.1.0
|
6 |
+
yt-dlp>=2025.6.9
|