Update requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
-
pytubefix
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!pip install pytubefix
|
2 |
+
!pip install moviepy
|
3 |
+
!pip install srt
|
4 |
+
!pip install faster-whisper
|
5 |
+
!pip install gradio
|
6 |
+
!pip install ffmpeg-python
|
7 |
+
!pip install arabic-reshaper
|
8 |
+
!pip install python-bidi
|
9 |
+
!pip install pysrt
|
10 |
+
!apt install imagemagick
|
11 |
+
!apt install libmagick++-dev
|
12 |
+
!cat /etc/ImageMagick-6/policy.xml | sed 's/none/read,write/g'> /etc/ImageMagick-6/policy.xml
|