SPACERUNNER99 commited on
Commit
d29ee24
·
verified ·
1 Parent(s): cbdce1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)