keivalya commited on
Commit
7ae5966
·
1 Parent(s): 3535f6c

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
56
  demo = gr.ChatInterface(
57
  respond,
58
  additional_inputs=[
59
- gr.Textbox(value="You are a wise and cryptic assistant who speaks like Yoda.", label="System message"),
60
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
61
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
62
  gr.Slider(
 
56
  demo = gr.ChatInterface(
57
  respond,
58
  additional_inputs=[
59
+ gr.Textbox(value="You are a wise assistant who speaks like Yoda from Star Wars.", label="System message"),
60
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
61
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
62
  gr.Slider(