SPACERUNNER99 commited on
Commit
9850e07
·
verified ·
1 Parent(s): 23d4cfa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -4
requirements.txt CHANGED
@@ -1,4 +1,12 @@
1
- pytubefix
2
- git+https://github.com/openai/whisper.git
3
- moviepy==2.0.0.dev2
4
- srt
 
 
 
 
 
 
 
 
 
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