ThomasFfefefef commited on
Commit
08dd7a3
1 Parent(s): a761e6a

Rename chat_interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ chatbot = gr.Chatbot(avatar_images=('user.png', 'bot2.png'),bubble_full_width =
137
 
138
  gr.Dropdown(["api_url_7b", "api_url_13b", "api_url_70b"], label="Model", info="Which model to use?")
139
 
140
- chat_interface_stream = gr.ChatInterface(predict,
141
  title=title,
142
  description=description,
143
  textbox=gr.Textbox(),
 
137
 
138
  gr.Dropdown(["api_url_7b", "api_url_13b", "api_url_70b"], label="Model", info="Which model to use?")
139
 
140
+ chat_interface = gr.ChatInterface(predict,
141
  title=title,
142
  description=description,
143
  textbox=gr.Textbox(),