Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,4 +53,4 @@ grad.Interface(fn=generate,
|
|
53 |
description=description,
|
54 |
article=article,
|
55 |
allow_flagging='never',
|
56 |
-
cache_examples=False).queue(
|
|
|
53 |
description=description,
|
54 |
article=article,
|
55 |
allow_flagging='never',
|
56 |
+
cache_examples=False).queue(default_concurrency_limit=1, api_open=False).launch(show_api=False, show_error=True, mcp_server=True))
|