karthi311 commited on
Commit
40f6c1c
·
verified ·
1 Parent(s): 29bf792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
  outputs=gr.Textbox(label="Summary"),
18
  title="Text Summarization",
19
  description="Summarize the input text using BART model."
20
- ).launch()
 
17
  outputs=gr.Textbox(label="Summary"),
18
  title="Text Summarization",
19
  description="Summarize the input text using BART model."
20
+ ).launch(share=True)