aguyader commited on
Commit
e680b8f
·
verified ·
1 Parent(s): ce823a4

Update app.py

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