Baweja commited on
Commit
8ed3906
·
verified ·
1 Parent(s): 3507b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
156
  """
157
  demo = gr.ChatInterface(
158
  respond,
159
- type = 'messages'
160
  additional_inputs=[
161
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
162
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
156
  """
157
  demo = gr.ChatInterface(
158
  respond,
159
+ type = 'messages',
160
  additional_inputs=[
161
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
162
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),