nikhilsingh commited on
Commit
e8878ab
·
verified ·
1 Parent(s): d82fb4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ demo = gr.Interface(
118
  title="Email Info",
119
  description="Enter the email content below to view its details and detected entities."
120
  )
121
- demo.launch()
 
118
  title="Email Info",
119
  description="Enter the email content below to view its details and detected entities."
120
  )
121
+ demo.launch(share=True)