freddyaboulton HF Staff commited on
Commit
f5576cf
·
verified ·
1 Parent(s): 891ed7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -45,7 +45,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
45
  """
46
  chatbot = gr.ChatInterface(
47
  respond,
48
- type="messages",
49
  additional_inputs=[
50
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
51
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
45
  """
46
  chatbot = gr.ChatInterface(
47
  respond,
 
48
  additional_inputs=[
49
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
50
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),