leakyrelu commited on
Commit
23ccde6
·
1 Parent(s): 914c7e0

add crop fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = gr.inputs.Image(shape=(94,24))
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"