SPACERUNNER99 commited on
Commit
f0408c7
·
verified ·
1 Parent(s): f834df3

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.editor import VideoFileClip, TextClip, CompositeVideoClip, AudioFileClip
13
  import pysrt
14
  api_key = "268976:66f4f58a2a905"
15
 
 
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
  api_key = "268976:66f4f58a2a905"
15