Rimi98 commited on
Commit
59056c1
·
1 Parent(s): d876e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ image = gr.inputs.Image(shape =(128,128))
28
  label = gr.outputs.Label()
29
 
30
  iface = gr.Interface(fn=result, inputs=image, outputs=label, examples = image_path)
31
- iface.launch(inline=False,share = True)
 
28
  label = gr.outputs.Label()
29
 
30
  iface = gr.Interface(fn=result, inputs=image, outputs=label, examples = image_path)
31
+ iface.launch(inline=False)