ekaterinatao commited on
Commit
b0d2d8c
·
verified ·
1 Parent(s): bcf2be6

Update app.py

Browse files

add share=True in launch

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ interface = gr.Interface(
13
  title=title,
14
  description=description
15
  )
16
- interface.launch()
 
13
  title=title,
14
  description=description
15
  )
16
+ interface.launch(share=True)