Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,8 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
|
|
88 |
|
89 |
# Change "video" to "file"
|
90 |
video_file = gr.inputs.File(label="Your video file") # Remove `type="video"`
|
91 |
-
|
|
|
92 |
|
93 |
for path in output_paths:
|
94 |
video_path = f'http://localhost:5000/files/{path.name}'
|
|
|
88 |
|
89 |
# Change "video" to "file"
|
90 |
video_file = gr.inputs.File(label="Your video file") # Remove `type="video"`
|
91 |
+
|
92 |
+
html_blocks = []
|
93 |
|
94 |
for path in output_paths:
|
95 |
video_path = f'http://localhost:5000/files/{path.name}'
|