wjc23 commited on
Commit
c638e9f
·
verified ·
1 Parent(s): 28625b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -43,15 +43,7 @@ demo = gr.ChatInterface(
43
  respond,
44
  additional_inputs=[
45
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
46
- gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
47
- gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
48
- gr.Slider(
49
- minimum=0.1,
50
- maximum=1.0,
51
- value=0.95,
52
- step=0.05,
53
- label="Top-p (nucleus sampling)",
54
- ),
55
  ],
56
  )
57
 
 
43
  respond,
44
  additional_inputs=[
45
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
46
+
 
 
 
 
 
 
 
 
47
  ],
48
  )
49