Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,5 +34,5 @@ def detect(img):
|
|
34 |
image = gr.inputs.Image(shape=(192, 192))
|
35 |
label = gr.outputs.Label()
|
36 |
|
37 |
-
intf = gr.Interface(fn=detect, inputs=
|
38 |
intf.launch(inline=False)
|
|
|
34 |
image = gr.inputs.Image(shape=(192, 192))
|
35 |
label = gr.outputs.Label()
|
36 |
|
37 |
+
intf = gr.Interface(fn=detect, inputs=img, outputs=image)
|
38 |
intf.launch(inline=False)
|