Jeffgold commited on
Commit
a244f57
·
1 Parent(s): 1794bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
106
  master_playlist_path = create_master_playlist(output_paths, temp_dir)
107
  output_paths.append(master_playlist_path)
108
 
109
- return output_paths # Return the list of completed output files
110
 
111
  video_file = gr.File(label="Video File")
112
  quality = gr.Dropdown(
 
106
  master_playlist_path = create_master_playlist(output_paths, temp_dir)
107
  output_paths.append(master_playlist_path)
108
 
109
+ return output_paths # Return the list of completed output files
110
 
111
  video_file = gr.File(label="Video File")
112
  quality = gr.Dropdown(