SPACERUNNER99 commited on
Commit
af64706
·
verified ·
1 Parent(s): 11c4b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import requests
9
  import json
10
  import arabic_reshaper # pip install arabic-reshaper
11
  from bidi.algorithm import get_display # pip install python-bidi
12
- from moviepy import VideoFileClip, TextClip, CompositeVideoClip, AudioFileClip
13
  import pysrt
14
  import instaloader
15
  import time
 
9
  import json
10
  import arabic_reshaper # pip install arabic-reshaper
11
  from bidi.algorithm import get_display # pip install python-bidi
12
+ from moviepy import VideoFileClip, TextClip, CompositeVideoClip, AudioFileClip, ImageClip
13
  import pysrt
14
  import instaloader
15
  import time