minnehwg commited on
Commit
eebd149
1 Parent(s): 3d7fe0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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