Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|
13 |
import pysrt
|
14 |
api_key = "268976:66f4f58a2a905"
|
15 |
|