hassanelmghari commited on
Commit
0450527
·
verified ·
1 Parent(s): 82c99b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
  )
156
 
157
  chatbot = gr.Chatbot()
158
- msg = gr.MultimodalTextbox()
159
  clear = gr.Button("Clear")
160
 
161
  msg.submit(
 
155
  )
156
 
157
  chatbot = gr.Chatbot()
158
+ msg = gr.ChatInterface(textbox=gr.MultimodalTextbox())
159
  clear = gr.Button("Clear")
160
 
161
  msg.submit(