fb700 commited on
Commit
6eb8cde
1 Parent(s): 06b86d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1197,4 +1197,4 @@ with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) a
1197
  # reduce to 5 if OOM occurs to often
1198
 
1199
  #demo.queue(concurrency_count=6, max_size=30).launch(debug=True)
1200
- demo.queue(concurrency_count=6, max_size=30).launch(debug=True, auth=eval(os.environ.get("AUTHENTICATION")))
 
1197
  # reduce to 5 if OOM occurs to often
1198
 
1199
  #demo.queue(concurrency_count=6, max_size=30).launch(debug=True)
1200
+ demo.queue(concurrency_count=3, max_size=10).launch(debug=True, auth=eval(os.environ.get("AUTHENTICATION")))