Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ including hate speech, violence, pornography, deception, etc. \
|
|
| 236 |
(注:本演示受Qwen2-VL的许可协议限制。我们强烈建议,用户不应传播及不应允许他人传播以下内容,\
|
| 237 |
包括但不限于仇恨言论、暴力、色情、欺诈相关的有害信息。)""")
|
| 238 |
|
| 239 |
-
demo.queue(api_open=False).launch(
|
| 240 |
share=args.share,
|
| 241 |
max_threads=40,
|
| 242 |
# inbrowser=args.inbrowser,
|
|
|
|
| 236 |
(注:本演示受Qwen2-VL的许可协议限制。我们强烈建议,用户不应传播及不应允许他人传播以下内容,\
|
| 237 |
包括但不限于仇恨言论、暴力、色情、欺诈相关的有害信息。)""")
|
| 238 |
|
| 239 |
+
demo.queue(api_open=False,default_concurrency_limit=40).launch(
|
| 240 |
share=args.share,
|
| 241 |
max_threads=40,
|
| 242 |
# inbrowser=args.inbrowser,
|