Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ grad.Interface(fn=generate,
|
|
53 |
description=description,
|
54 |
article=article,
|
55 |
allow_flagging='never',
|
56 |
-
cache_examples=False,
|
57 |
-
theme="default").launch(enable_queue=True, debug=True)
|
58 |
|
59 |
|
|
|
53 |
description=description,
|
54 |
article=article,
|
55 |
allow_flagging='never',
|
56 |
+
cache_examples=False).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
|
|
|
57 |
|
58 |
|