umaiskhan commited on
Commit
28ba081
·
verified ·
1 Parent(s): 6339c79

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ iface = gr.Interface(
18
  description="Upload an image and get the edges detected using OpenCV's Canny edge detector."
19
  )
20
 
21
- iface.launch()
 
18
  description="Upload an image and get the edges detected using OpenCV's Canny edge detector."
19
  )
20
 
21
+ iface.launch(share=True)