Update app.py
Browse files
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)
|