pedrocas15 commited on
Commit
fc8cc49
·
verified ·
1 Parent(s): 90b65f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ demo = gr.ChatInterface(
85
  gr.Slider(minimum=1, maximum=320, value=128, step=1, label="Max new tokens"),
86
  gr.Slider(minimum=0.1, maximum=3.0, value=0.2, step=0.1, label="Temperature (only used without RPC)"),
87
  ],
 
88
  )
89
 
90
 
 
85
  gr.Slider(minimum=1, maximum=320, value=128, step=1, label="Max new tokens"),
86
  gr.Slider(minimum=0.1, maximum=3.0, value=0.2, step=0.1, label="Temperature (only used without RPC)"),
87
  ],
88
+ description="Remember that you are talking with a 5M parameter model trained on allenai/soda, not ChatGPT"
89
  )
90
 
91