RaniRahbani commited on
Commit
bfd30b2
·
verified ·
1 Parent(s): 34b6c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -55,7 +55,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
55
  """
56
  demo = gr.ChatInterface(
57
  fn=respond,
58
- chatbot=gr.Chatbot(
59
  # additional_inputs=[
60
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
61
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
55
  """
56
  demo = gr.ChatInterface(
57
  fn=respond,
 
58
  # additional_inputs=[
59
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
60
  # gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),