Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
|
|
| 34 |
with gr.Row():
|
| 35 |
chatbot = gr.Chatbot([[None,"Hi there, what brings you here today?"]])
|
| 36 |
msg = gr.Textbox()
|
| 37 |
-
audio_input = gr.Microphone(label="Press start recording to speak", type="filepath"
|
| 38 |
clear = gr.ClearButton([msg, chatbot])
|
| 39 |
audio_input2 = gr.Audio(visible=False)
|
| 40 |
|
|
|
|
| 34 |
with gr.Row():
|
| 35 |
chatbot = gr.Chatbot([[None,"Hi there, what brings you here today?"]])
|
| 36 |
msg = gr.Textbox()
|
| 37 |
+
audio_input = gr.Microphone(label="Press start recording to speak", type="filepath")
|
| 38 |
clear = gr.ClearButton([msg, chatbot])
|
| 39 |
audio_input2 = gr.Audio(visible=False)
|
| 40 |
|