Jeffgold commited on
Commit
80181cf
·
1 Parent(s): faa2bdb

Update app.py

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