Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def convert_video(video_file: File, quality, aspect_ratio, video_url):
|
|
57 |
time.sleep(2)
|
58 |
|
59 |
# Return the output file directly
|
60 |
-
return components.Video(output_path[:-4])
|
61 |
|
62 |
from gradio import outputs
|
63 |
|
|
|
57 |
time.sleep(2)
|
58 |
|
59 |
# Return the output file directly
|
60 |
+
return components.Video(output_path[:-4] + ".m3u8")
|
61 |
|
62 |
from gradio import outputs
|
63 |
|