Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1196,5 +1196,5 @@ with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) a
|
|
1196 |
# leave one for api access
|
1197 |
# reduce to 5 if OOM occurs to often
|
1198 |
|
1199 |
-
demo.queue(concurrency_count=6, max_size=30).launch(debug=True)
|
1200 |
-
|
|
|
1196 |
# leave one for api access
|
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")))
|