commit
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ with gr.Blocks() as demo:
|
|
| 92 |
with gr.Row():
|
| 93 |
|
| 94 |
with gr.Column(scale=3):
|
| 95 |
-
chatbot = gr.Chatbot(
|
| 96 |
text_input = gr.Textbox(label="Frage eingeben")
|
| 97 |
audio_input = gr.Audio(
|
| 98 |
type="filepath", label="Spracheingabe (Mikrofon)"
|
|
|
|
| 92 |
with gr.Row():
|
| 93 |
|
| 94 |
with gr.Column(scale=3):
|
| 95 |
+
chatbot = gr.Chatbot()
|
| 96 |
text_input = gr.Textbox(label="Frage eingeben")
|
| 97 |
audio_input = gr.Audio(
|
| 98 |
type="filepath", label="Spracheingabe (Mikrofon)"
|