Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def transcribe_and_summarize(video_file):
|
|
38 |
# Create Gradio interface
|
39 |
iface = gr.Interface(
|
40 |
fn=transcribe_and_summarize,
|
41 |
-
inputs=gr.Video(
|
42 |
outputs=[
|
43 |
gr.Textbox(label="Transcribed Text"),
|
44 |
gr.Textbox(label="Summarized Text")
|
|
|
38 |
# Create Gradio interface
|
39 |
iface = gr.Interface(
|
40 |
fn=transcribe_and_summarize,
|
41 |
+
inputs=gr.Video(label="Upload Video (.mp4)"),
|
42 |
outputs=[
|
43 |
gr.Textbox(label="Transcribed Text"),
|
44 |
gr.Textbox(label="Summarized Text")
|