RefalMachine commited on
Commit
010b364
·
verified ·
1 Parent(s): 320c635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ demo = gr.ChatInterface(
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
 
 
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