chinhon commited on
Commit
a8bd7b5
1 Parent(s): 75515ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -97,5 +97,4 @@ Parallel(
97
  summary2,
98
  title="Compare 2 AI Summarizers",
99
  inputs=gr.inputs.Textbox(lines=20, label="Paste your news story here, and choose from 2 suggested summaries"),
100
- enable_queue = True
101
- ).launch()
 
97
  summary2,
98
  title="Compare 2 AI Summarizers",
99
  inputs=gr.inputs.Textbox(lines=20, label="Paste your news story here, and choose from 2 suggested summaries"),
100
+ ).launch(enable_queue=True)