Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,5 +86,4 @@ Parallel(
|
|
86 |
label="Paste the first few paragraphs of a Malay language news story here, and choose from 2 suggested headlines",
|
87 |
),
|
88 |
theme="darkdefault",
|
89 |
-
|
90 |
-
).launch()
|
|
|
86 |
label="Paste the first few paragraphs of a Malay language news story here, and choose from 2 suggested headlines",
|
87 |
),
|
88 |
theme="darkdefault",
|
89 |
+
).launch(enable_queue=True)
|
|