Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
28 |
label = gr.outputs.Label()
|
29 |
|
30 |
iface = gr.Interface(fn=result, inputs=image, outputs=label, examples = image_path)
|
31 |
+
iface.launch(inline=False)
|