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

Update app.py

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