karths commited on
Commit
087c4c8
·
verified ·
1 Parent(s): 04ceab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ async def predict(message, chatbot, temperature=0.1, max_new_tokens=4096, top_p
120
 
121
 
122
  gr.ChatInterface(
123
- inference,
124
  chatbot=gr.Chatbot(height=500),
125
  textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
126
  title=title,
 
120
 
121
 
122
  gr.ChatInterface(
123
+ predict,
124
  chatbot=gr.Chatbot(height=500),
125
  textbox=gr.Textbox(placeholder="Chat with me!", container=False, scale=7),
126
  title=title,