Spaces:
Runtime error
Runtime error
Commit
·
1a6661b
1
Parent(s):
b408330
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()
|