removed share
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def classify_image(img):
|
|
12 |
image = gr.inputs.Image(shape=(192, 192))
|
13 |
label = gr.outputs.Label()
|
14 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
15 |
-
iface.launch(inline=False
|
|
|
12 |
image = gr.inputs.Image(shape=(192, 192))
|
13 |
label = gr.outputs.Label()
|
14 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
15 |
+
iface.launch(inline=False)
|