Mosharof commited on
Commit
c577a01
·
1 Parent(s): 9507e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def classify_image(img):
11
  image = gr.inputs.Image(shape=(192,192))
12
  lebel = gr.outputs.Label()
13
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=lebel)
14
- intf.launch(inline=False)
 
11
  image = gr.inputs.Image(shape=(192,192))
12
  lebel = gr.outputs.Label()
13
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=lebel)
14
+ intf.launch(inline=False,share=True)