Upload app.py
Browse files
app.py
CHANGED
|
@@ -1463,7 +1463,7 @@ with gr.Blocks(
|
|
| 1463 |
|
| 1464 |
with gr.Row():
|
| 1465 |
chat_msg = gr.Textbox(placeholder="Ask me anything about the mall...", label="Message", scale=4)
|
| 1466 |
-
chat_mic = gr.Audio(
|
| 1467 |
|
| 1468 |
chat_audio_out = gr.Audio(label="Voice Response")
|
| 1469 |
chat_img_out = gr.Image(label="Navigation Map", type="filepath")
|
|
|
|
| 1463 |
|
| 1464 |
with gr.Row():
|
| 1465 |
chat_msg = gr.Textbox(placeholder="Ask me anything about the mall...", label="Message", scale=4)
|
| 1466 |
+
chat_mic = gr.Audio(sources=["microphone"], type="filepath", label="🎤", scale=1)
|
| 1467 |
|
| 1468 |
chat_audio_out = gr.Audio(label="Voice Response")
|
| 1469 |
chat_img_out = gr.Image(label="Navigation Map", type="filepath")
|