Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def summarize_text(input_text):
|
|
11 |
|
12 |
demo = gr.Interface(fn= summarize_text , inputs="text", outputs="text")
|
13 |
|
14 |
-
demo.launch()
|
|
|
11 |
|
12 |
demo = gr.Interface(fn= summarize_text , inputs="text", outputs="text")
|
13 |
|
14 |
+
demo.launch(share=True)
|