Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,7 @@ grad.Interface(fn=generate,
|
|
52 |
title=title,
|
53 |
description=description,
|
54 |
article=article,
|
55 |
-
|
|
|
|
|
56 |
cache_examples=False).queue(default_concurrency_limit=1, api_open=False).launch(show_api=False, show_error=True, mcp_server=True))
|
|
|
52 |
title=title,
|
53 |
description=description,
|
54 |
article=article,
|
55 |
+
flagging_mode="never",
|
56 |
+
cache_mode="lazy",
|
57 |
+
delete_cache=(44000, 44000),
|
58 |
cache_examples=False).queue(default_concurrency_limit=1, api_open=False).launch(show_api=False, show_error=True, mcp_server=True))
|