commit
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
|
|
| 118 |
# Bên trái: Chat
|
| 119 |
with gr.Column(scale=3):
|
| 120 |
# Chatbot RENDER Markdown (type="messages")
|
| 121 |
-
chatbot = gr.Chatbot(
|
| 122 |
text_input = gr.Textbox(label="Frage eingeben")
|
| 123 |
audio_input = gr.Audio(type="filepath", label="Spracheingabe (Mikrofon)")
|
| 124 |
send_btn = gr.Button("Senden")
|
|
|
|
| 118 |
# Bên trái: Chat
|
| 119 |
with gr.Column(scale=3):
|
| 120 |
# Chatbot RENDER Markdown (type="messages")
|
| 121 |
+
chatbot = gr.Chatbot()
|
| 122 |
text_input = gr.Textbox(label="Frage eingeben")
|
| 123 |
audio_input = gr.Audio(type="filepath", label="Spracheingabe (Mikrofon)")
|
| 124 |
send_btn = gr.Button("Senden")
|