Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ def detect(img):
|
|
33 |
|
34 |
image = gr.inputs.Image(shape=(192, 192))
|
35 |
label = gr.outputs.Label()
|
36 |
-
examples = ['dog.jpg']
|
37 |
|
38 |
-
intf = gr.Interface(fn=detect, inputs=image, outputs=image
|
39 |
intf.launch(inline=False)
|
|
|
33 |
|
34 |
image = gr.inputs.Image(shape=(192, 192))
|
35 |
label = gr.outputs.Label()
|
|
|
36 |
|
37 |
+
intf = gr.Interface(fn=detect, inputs=image, outputs=image)
|
38 |
intf.launch(inline=False)
|