Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
203 |
audio_input = gr.Audio(label="Record Audio", type="filepath",
|
204 |
show_share_button=True, show_download_button=True)
|
205 |
# Display examples
|
206 |
-
gr.Examples(examples=AUDIO_EXAMPLES, inputs=audio_input
|
207 |
# Submit button
|
208 |
transcribe_audio_button = gr.Button("Transcribe", variant="primary")
|
209 |
# Transcribe
|
|
|
203 |
audio_input = gr.Audio(label="Record Audio", type="filepath",
|
204 |
show_share_button=True, show_download_button=True)
|
205 |
# Display examples
|
206 |
+
gr.Examples(examples=AUDIO_EXAMPLES, inputs=audio_input)
|
207 |
# Submit button
|
208 |
transcribe_audio_button = gr.Button("Transcribe", variant="primary")
|
209 |
# Transcribe
|