JustKiddo commited on
Commit
6984e2d
·
verified ·
1 Parent(s): ad806ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
53
  demo = gr.ChatInterface(
54
  respond,
55
  additional_inputs=[
56
- gr.Textbox(value="You are a helpful and profession assistant working on an attendance management system.", label="System message"),
57
  gr.Slider(minimum=1, maximum=6144, value=6144, step=1, label="Max new tokens"),
58
  gr.Slider(minimum=0.1, maximum=4.0, value=1, step=0.1, label="Temperature"),
59
  gr.Slider(
 
53
  demo = gr.ChatInterface(
54
  respond,
55
  additional_inputs=[
56
+ gr.Textbox(value="You are a helpful and professional assistant on an attendance management system.", label="System message"),
57
  gr.Slider(minimum=1, maximum=6144, value=6144, step=1, label="Max new tokens"),
58
  gr.Slider(minimum=0.1, maximum=4.0, value=1, step=0.1, label="Temperature"),
59
  gr.Slider(