Spaces:
Runtime error
Runtime error
add crop fix
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def greet(image):
|
|
68 |
)
|
69 |
return text, crop
|
70 |
image = gr.inputs.Image(shape=(1920,1080))
|
71 |
-
output_image =
|
72 |
|
73 |
|
74 |
title = "Automatic licence plate detection and recognition"
|
|
|
68 |
)
|
69 |
return text, crop
|
70 |
image = gr.inputs.Image(shape=(1920,1080))
|
71 |
+
output_image =gr.outputs.Image(type="auto", label="Output")
|
72 |
|
73 |
|
74 |
title = "Automatic licence plate detection and recognition"
|