Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -561,7 +561,6 @@ 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 |
-
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")
|
@@ -585,6 +584,9 @@ with gr.Blocks(css=css) as demo:
|
|
585 |
submit_feedback_button.click(lambda x: gr.update(value=''), [], [feedback_textbox])
|
586 |
|
587 |
|
|
|
|
|
|
|
588 |
|
589 |
|
590 |
demo.launch()
|
|
|
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")
|
|
|
584 |
submit_feedback_button.click(lambda x: gr.update(value=''), [], [feedback_textbox])
|
585 |
|
586 |
|
587 |
+
|
588 |
+
|
589 |
+
|
590 |
|
591 |
|
592 |
demo.launch()
|