Spaces:
Runtime error
Runtime error
add "enable_queue = True"
Browse files
app.py
CHANGED
@@ -85,5 +85,6 @@ Parallel(
|
|
85 |
lines=20,
|
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()
|
|
|
85 |
lines=20,
|
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 |
+
enable_queue = True
|
90 |
).launch()
|