neerajprad commited on
Commit
526ed88
·
1 Parent(s): d6a931d

Colab update - remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ interface = gr.Interface(fn=predict,
26
  examples=[["img1.jpg", "img2.jpg"], ["img3.jpg", "img4.jpg"], ["img1.jpg", "img3.jpg"]]
27
  )
28
 
29
- interface.launch(debug=True, share=True)
 
26
  examples=[["img1.jpg", "img2.jpg"], ["img3.jpg", "img4.jpg"], ["img1.jpg", "img3.jpg"]]
27
  )
28
 
29
+ interface.launch(debug=True)