SPACERUNNER99 commited on
Commit
6b7af7c
·
verified ·
1 Parent(s): 9850e07

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
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
 
1
+ pytubefix
2
+ moviepy
3
+ srt
4
+ faster-whisper
5
+ gradio
6
+ ffmpeg-python
7
+ arabic-reshaper
8
+ python-bidi
9
+ pysrt
10
+ imagemagick
11
+ libmagick++-dev
12
+ cat /etc/ImageMagick-6/policy.xml | sed 's/none/read,write/g'> /etc/ImageMagick-6/policy.xml