Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pydub
|
2 |
+
arabic-reshaper
|
3 |
+
python-bidi
|
4 |
+
srt
|
5 |
+
audio-extract
|
6 |
+
git+https://github.com/openai/whisper.git
|
7 |
+
moviepy==2.0.0.dev2
|
8 |
+
imageio==2.25.1
|
9 |
+
imagemagick
|
10 |
+
/etc/ImageMagick-6/policy.xml | sed 's/none/read,write/g'> /etc/ImageMagick-6/policy.xml
|
11 |
+
pysrt==1.1.2
|
12 |
+
pytubefix
|
13 |
+
gradio
|