peterpeter8585 commited on
Commit
fa87329
·
verified ·
1 Parent(s): ef19b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ People="user.png"
249
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
250
  """
251
  aa = gr.ChatInterface(
252
- respond,
253
  additional_inputs=[
254
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
255
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
249
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
250
  """
251
  aa = gr.ChatInterface(
252
+ model,
253
  additional_inputs=[
254
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
255
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),