Spaces:
Runtime error
Runtime error
Commit
·
f2143d1
1
Parent(s):
2595705
Update app.py
Browse files
app.py
CHANGED
@@ -120,4 +120,4 @@ import gradio as gr
|
|
120 |
iface = gr.Interface(fn= make_extractive_summary,
|
121 |
inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!"),
|
122 |
outputs="text",title="Document Summarizer",description ="An AI that makes your life easier by helping you summarise long texts.")
|
123 |
-
iface.launch(
|
|
|
120 |
iface = gr.Interface(fn= make_extractive_summary,
|
121 |
inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!"),
|
122 |
outputs="text",title="Document Summarizer",description ="An AI that makes your life easier by helping you summarise long texts.")
|
123 |
+
iface.launch(enable_queue=True)
|