Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ def detect_image(im):
|
|
50 |
|
51 |
return output_image
|
52 |
|
53 |
-
|
|
|
50 |
|
51 |
return output_image
|
52 |
|
53 |
+
iface = gr.Interface(detect_image, gr.inputs.Image(type = 'pil'), gr.outputs.Image()).launch(debug = True)
|