RefalMachine commited on
Commit
320c635
·
verified ·
1 Parent(s): 051148e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,8 +127,8 @@ demo = gr.ChatInterface(
127
  label="Top-p (nucleus sampling)",
128
  ),
129
  gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
130
- chatbot=chatbot
131
  ],
 
132
  concurrency_limit=10
133
  )
134
 
 
127
  label="Top-p (nucleus sampling)",
128
  ),
129
  gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
 
130
  ],
131
+ chatbot=chatbot
132
  concurrency_limit=10
133
  )
134