Spaces:
Runtime error
Runtime error
Commit
·
2595705
1
Parent(s):
c935ce0
Authentication addition
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(auth=("corterie", "ai@labs"))
|