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