khalidey commited on
Commit
9074304
1 Parent(s): 6b2ada3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  url = gr.Text(max_lines=1, label="Transcribe from YouTube URL")
50
  youtube_button = gr.Button("Submit for recognition")
51
  youtube_outputs = [
52
- gr.Textbox(label="Recognized speech from URL"),
53
  ]
54
  upload_button.click(
55
  fn=transcribe,
 
49
  url = gr.Text(max_lines=1, label="Transcribe from YouTube URL")
50
  youtube_button = gr.Button("Submit for recognition")
51
  youtube_outputs = [
52
+ gr.Textbox(label="Recognized speech from URL")
53
  ]
54
  upload_button.click(
55
  fn=transcribe,