camparchimedes commited on
Commit
d10659a
1 Parent(s): 2b1ef13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def respond(
40
  For information on how to customize the ChatInterface: https://www.gradio.app/docs/chatinterface
41
  """
42
  demo = gr.ChatInterface(
43
- respond, title="Nixie Steamcore, a hotbot!"
44
  additional_inputs=[
45
  #gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
46
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
40
  For information on how to customize the ChatInterface: https://www.gradio.app/docs/chatinterface
41
  """
42
  demo = gr.ChatInterface(
43
+ respond, title="Nixie Steamcore, a hotbot!",
44
  additional_inputs=[
45
  #gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
46
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),