Spaces:
Paused
Paused
Update app.py
Browse files
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(
|