inteligenciamilgrau commited on
Commit
bcc81ec
1 Parent(s): af2c3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
80
  demo = gr.ChatInterface(
81
  respond,
82
  additional_inputs=[
83
- gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
84
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
85
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
86
  gr.Slider(
 
80
  demo = gr.ChatInterface(
81
  respond,
82
  additional_inputs=[
83
+ gr.Textbox(value="You are a friendly Chatbot. Your name is Juninho.", label="System message"),
84
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
85
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
86
  gr.Slider(