Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ def create_subtitle_clips(subtitles, videosize, fontsize, font, color, debug):
|
|
306 |
def process_video(url, type):
|
307 |
|
308 |
if type=="insta":
|
309 |
-
input_video=insta_oneapi(url)
|
310 |
input_video_name = input_video.replace(".mp4", "")
|
311 |
input_audio = extract_audio(input_video)
|
312 |
elif type=="youtube":
|
|
|
306 |
def process_video(url, type):
|
307 |
|
308 |
if type=="insta":
|
309 |
+
input_video=insta_oneapi(urlو api_key)
|
310 |
input_video_name = input_video.replace(".mp4", "")
|
311 |
input_audio = extract_audio(input_video)
|
312 |
elif type=="youtube":
|