removed the sharing public
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ label = gr.Label()
|
|
14 |
examples = ['kentish_plover.png', 'white-faced_plover.png']
|
15 |
|
16 |
intf = gr.Interface(fn=classify_images, inputs=image, outputs=label, examples=examples)
|
17 |
-
intf.launch(
|
|
|
14 |
examples = ['kentish_plover.png', 'white-faced_plover.png']
|
15 |
|
16 |
intf = gr.Interface(fn=classify_images, inputs=image, outputs=label, examples=examples)
|
17 |
+
intf.launch()
|