Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|