Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ def create_subtitle_clips(subtitles, videosize, fontsize, font, color, debug):
|
|
240 |
return subtitle_clips
|
241 |
|
242 |
|
243 |
-
def process_video(url):
|
244 |
|
245 |
if type=="insta":
|
246 |
input_video=insta_download(url)
|
|
|
240 |
return subtitle_clips
|
241 |
|
242 |
|
243 |
+
def process_video(url, type):
|
244 |
|
245 |
if type=="insta":
|
246 |
input_video=insta_download(url)
|