Terry Zhuo commited on
Commit
b2ae2db
1 Parent(s): c6b78e0

update url

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -320,8 +320,7 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
320
  submit.click(
321
  generate,
322
  inputs=[instruction, temperature, max_new_tokens, top_p, repetition_penalty, library, method],
323
- outputs=[output],
324
- concurrency_limit=16
325
  )
326
  share_button.click(None, [], [])
327
- demo.queue().launch(debug=True)
 
320
  submit.click(
321
  generate,
322
  inputs=[instruction, temperature, max_new_tokens, top_p, repetition_penalty, library, method],
323
+ outputs=[output]
 
324
  )
325
  share_button.click(None, [], [])
326
+ demo.queue(default_concurrency_limit=16).launch(debug=True)