mhdhrubo commited on
Commit
f7be381
1 Parent(s): b4c25fe

update iface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ examples = [
45
  ]
46
 
47
  iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
48
- iface.launch(inline =False, share = False)
 
45
  ]
46
 
47
  iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
48
+ iface.launch(inline =False)