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