Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,5 +23,5 @@ demo = gr.Interface(
|
|
23 |
description="Enter the URL to summarize and click 'Submit' to generate the summary."
|
24 |
)
|
25 |
|
26 |
-
demo.launch()
|
27 |
|
|
|
23 |
description="Enter the URL to summarize and click 'Submit' to generate the summary."
|
24 |
)
|
25 |
|
26 |
+
demo.launch(share=True)
|
27 |
|