Nguyen5 commited on
Commit
8e10bd7
·
1 Parent(s): 5f3a5fb
Files changed (1) hide show
  1. app.py +1 -1
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(type="messages", label="Chat")
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)"