fb700 commited on
Commit
179399e
·
1 Parent(s): 220b124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -403,4 +403,5 @@ with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) a
403
  # leave one for api access
404
  # reduce to 5 if OOM occurs to often
405
 
406
- demo.queue(concurrency_count=6, max_size=30).launch(debug=True, auth=eval(os.environ.get("AUTHENTICATION"))
 
 
403
  # leave one for api access
404
  # reduce to 5 if OOM occurs to often
405
 
406
+ demo.queue(concurrency_count=6, max_size=30).launch(debug=True, auth=eval(os.environ.get("AUTHENTICATION")))
407
+