ThomasSimonini HF staff commited on
Commit
916f14e
1 Parent(s): 7169471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ chatbot = gr.Chatbot(avatar_images=('user.png', 'bot2.png'),bubble_full_width =
140
 
141
 
142
 
143
- chat_interface = gr.ChatInterface(predict,
144
  title=title,
145
  description=description,
146
  textbox=gr.Textbox(),
 
140
 
141
 
142
 
143
+ chat_interface = gr.ChatInterface(chat,
144
  title=title,
145
  description=description,
146
  textbox=gr.Textbox(),