kitty528 commited on
Commit
bbb156c
·
1 Parent(s): 5d33302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def classify_img(img):
13
  image=grc.Image(shape=(192,192))
14
  label=grc.Label()
15
  intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=examples)
16
- intf.launch(share=True)
 
13
  image=grc.Image(shape=(192,192))
14
  label=grc.Label()
15
  intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=examples)
16
+ intf.launch()