share=True
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ image = gr.inputs.Image(shape=(192,192))
|
|
22 |
label = gr.outputs.Label()
|
23 |
examples = ['passport.jpg', 'license.jpg', 'passport_card.jpg']
|
24 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
25 |
-
intf.launch(inline=False)
|
|
|
22 |
label = gr.outputs.Label()
|
23 |
examples = ['passport.jpg', 'license.jpg', 'passport_card.jpg']
|
24 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
25 |
+
intf.launch(inline=False, share=True)
|