Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -561,6 +561,7 @@ with gr.Blocks(css=css) as demo:
|
|
561 |
with gr.Row():
|
562 |
with gr.Column(scale=1):
|
563 |
message = gr.Textbox(show_label=False)
|
|
|
564 |
with gr.Column(scale=1):
|
565 |
with gr.Row():
|
566 |
button = gr.Button("Submit", elem_classes="gr-button")
|
|
|
561 |
with gr.Row():
|
562 |
with gr.Column(scale=1):
|
563 |
message = gr.Textbox(show_label=False)
|
564 |
+
audio_input = gr.Audio(label="Record your question")
|
565 |
with gr.Column(scale=1):
|
566 |
with gr.Row():
|
567 |
button = gr.Button("Submit", elem_classes="gr-button")
|