chinhon commited on
Commit
b943d4c
1 Parent(s): 325a100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -117,6 +117,5 @@ Parallel(
117
  lines=20,
118
  label="Paste parts of your commentary here, and choose from 3 suggested headlines",
119
  ),
120
- theme="huggingface",
121
- enable_queue=True
122
- ).launch()
117
  lines=20,
118
  label="Paste parts of your commentary here, and choose from 3 suggested headlines",
119
  ),
120
+ theme="huggingface",
121
+ ).launch(enable_queue=True)