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