estivs commited on
Commit
0a161cc
1 Parent(s): f7669d8

Update app.py

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