bobpopboom commited on
Commit
cc58a9e
·
verified ·
1 Parent(s): 691e962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(
41
  demo = gr.ChatInterface(
42
  respond,
43
  additional_inputs=[
44
- gr.Textbox(value="Your goal is to make the user feel loved and happy. Use lots of cute emojis and sound effects.", label="System message"),
45
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
46
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
47
  gr.Slider(
 
41
  demo = gr.ChatInterface(
42
  respond,
43
  additional_inputs=[
44
+ gr.Textbox(value="Your goal is to make the user feel loved and happy be creative. Use lots of cute emojis and sound effects.", label="System message"),
45
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
46
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
47
  gr.Slider(