SPACERUNNER99 commited on
Commit
4ea4e2b
·
verified ·
1 Parent(s): 8d32df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def process_video(video):
51
 
52
  iface = gr.Interface(
53
  fn=process_video,
54
- inputs=gr.Video(type="file"),
55
  outputs=gr.Textbox(label="Generated SRT File Content"),
56
  title="Extract and Process Audio from Video",
57
  description="Upload a video file to extract and process the audio, and view the generated SRT file content.",
 
51
 
52
  iface = gr.Interface(
53
  fn=process_video,
54
+ inputs=gr.Video(),
55
  outputs=gr.Textbox(label="Generated SRT File Content"),
56
  title="Extract and Process Audio from Video",
57
  description="Upload a video file to extract and process the audio, and view the generated SRT file content.",