Nithesh-101 commited on
Commit
d25d53b
1 Parent(s): 0d27d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def predict_image(image):
23
 
24
  return fig
25
 
26
- gr.Interface(fn = predict_image,inputs = image, outputs=['plot'],interpretation = 'default').launch(share = True)
 
23
 
24
  return fig
25
 
26
+ gr.Interface(fn = predict_image,inputs = image, outputs=['plot'],interpretation = 'default').launch()