Shivam29rathore commited on
Commit
1a6661b
1 Parent(s): b408330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(auth=("docai","ailabs"))
 
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()