Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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)
|
|