tolulope commited on
Commit
a4bba8d
·
verified ·
1 Parent(s): 6c2e718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.ChatInterface(
50
  chatbot=gr.Chatbot(height=400),
51
  additional_inputs=[
52
  gr.Textbox("You are helpful AI", label="System Prompt"),
53
- gr.Slider(500,4000, label="Max New Tokens"),
54
  gr.Slider(0,1, label="Temperature")
55
  ]
56
  )
 
50
  chatbot=gr.Chatbot(height=400),
51
  additional_inputs=[
52
  gr.Textbox("You are helpful AI", label="System Prompt"),
53
+ gr.Slider(100,4000, label="Max New Tokens"),
54
  gr.Slider(0,1, label="Temperature")
55
  ]
56
  )