prasanacodes commited on
Commit
4fed755
·
verified ·
1 Parent(s): 21f268c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ article = "<p style='text-align: center'><a href='https://huggingface.co/openai/
89
  # We define the input as an Audio component and the output as a Textbox
90
  app_interface = gr.Interface(
91
  fn=main_run,
92
- inputs=gr.video(
93
  label="Upload Video"
94
  ),
95
  outputs=gr.Textbox(label="Transcription Result"),
 
89
  # We define the input as an Audio component and the output as a Textbox
90
  app_interface = gr.Interface(
91
  fn=main_run,
92
+ inputs=gr.Video(
93
  label="Upload Video"
94
  ),
95
  outputs=gr.Textbox(label="Transcription Result"),