Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,5 +116,4 @@ Parallel(
|
|
116 |
label="Paste the first few paragraphs of your story here, and choose from 3 suggested headlines",
|
117 |
),
|
118 |
theme="darkhuggingface",
|
119 |
-
|
120 |
-
).launch()
|
|
|
116 |
label="Paste the first few paragraphs of your story here, and choose from 3 suggested headlines",
|
117 |
),
|
118 |
theme="darkhuggingface",
|
119 |
+
).launch(enable_queue=True)
|
|