Jeffgold commited on
Commit
f185767
·
1 Parent(s): d14300f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ input_video_file = File(accept=".mp4")
37
 
38
  gr.Interface(
39
  transcode_video,
40
- inputs={"input_video_file": input_video_file},
41
  outputs={"output_file": File(name_file(get_file_name(input_video_file)), accept=".m3u8")}
42
  ).launch()
 
37
 
38
  gr.Interface(
39
  transcode_video,
40
+ inputs={"input_video_file": File(accept=".mp4")},
41
  outputs={"output_file": File(name_file(get_file_name(input_video_file)), accept=".m3u8")}
42
  ).launch()