svjack commited on
Commit
5f15714
·
verified ·
1 Parent(s): 835c357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,5 +76,5 @@ iface = gr.Interface(
76
  examples=["1562990.jpg", "612989.jpg", "sample_3.jpg"]
77
  )
78
 
79
- iface.launch()
80
 
 
76
  examples=["1562990.jpg", "612989.jpg", "sample_3.jpg"]
77
  )
78
 
79
+ iface.launch(share = True)
80