Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,5 @@ Parallel(
|
|
117 |
lines=20,
|
118 |
label="Paste parts of your commentary here, and choose from 3 suggested headlines",
|
119 |
),
|
120 |
-
theme="huggingface",
|
121 |
-
|
122 |
-
).launch()
|
|
|
117 |
lines=20,
|
118 |
label="Paste parts of your commentary here, and choose from 3 suggested headlines",
|
119 |
),
|
120 |
+
theme="huggingface",
|
121 |
+
).launch(enable_queue=True)
|
|