Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -523,7 +523,7 @@ def create_interface():
|
|
523 |
with gr.Accordion("Use Voice", open=False) as voice_accordion:
|
524 |
audio_input = gr.Audio(label="Speak")
|
525 |
audio_output = gr.Markdown(label="Output text") # Markdown component for audio
|
526 |
-
gr.Examples([["audio1.wav"],["audio2.wav"],],inputs=[
|
527 |
|
528 |
with gr.Accordion("Use a Picture", open=False) as picture_accordion:
|
529 |
image_input = gr.Image(label="Upload image")
|
|
|
523 |
with gr.Accordion("Use Voice", open=False) as voice_accordion:
|
524 |
audio_input = gr.Audio(label="Speak")
|
525 |
audio_output = gr.Markdown(label="Output text") # Markdown component for audio
|
526 |
+
gr.Examples([["audio1.wav"],["audio2.wav"],],inputs=[audio_input])
|
527 |
|
528 |
with gr.Accordion("Use a Picture", open=False) as picture_accordion:
|
529 |
image_input = gr.Image(label="Upload image")
|