Spaces:
Sleeping
Sleeping
remove share
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ image = gr.inputs.Image(shape=(400, 400))
|
|
11 |
label = gr.outputs.Label()
|
12 |
|
13 |
intf = gr.Interface(fn=classify_img, inputs=image, outputs=label)
|
14 |
-
intf.launch(inline=False
|
|
|
11 |
label = gr.outputs.Label()
|
12 |
|
13 |
intf = gr.Interface(fn=classify_img, inputs=image, outputs=label)
|
14 |
+
intf.launch(inline=False)
|