chinhon commited on
Commit
d4e5a7f
·
1 Parent(s): b366450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -116,5 +116,4 @@ Parallel(
116
  label="Paste the first few paragraphs of your story here, and choose from 3 suggested headlines",
117
  ),
118
  theme="darkhuggingface",
119
- enable_queue = True
120
- ).launch()
 
116
  label="Paste the first few paragraphs of your story here, and choose from 3 suggested headlines",
117
  ),
118
  theme="darkhuggingface",
119
+ ).launch(enable_queue=True)