Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def process_video(video):
|
|
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.",
|
|
|
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.",
|