dtkne commited on
Commit
4c8f8ee
·
verified ·
1 Parent(s): 1487f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(type="filepath", label="Upload Video (.mp4)"),
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")