chinhon commited on
Commit
fcc681d
1 Parent(s): e072175

add "enable_queue = True"

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()