Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ interface = gr.Interface(fn=perform_ocr_on_image,
|
|
65 |
inputs=gr.Image(type="pil"),
|
66 |
outputs="text",
|
67 |
title="Reconhecimento de Placas de Autom贸veis",
|
68 |
-
examples=['1.jpg','2.jpg']
|
69 |
description="Envie uma imagem e receba o n煤mero da placa.")
|
70 |
|
71 |
interface.launch()
|
|
|
65 |
inputs=gr.Image(type="pil"),
|
66 |
outputs="text",
|
67 |
title="Reconhecimento de Placas de Autom贸veis",
|
68 |
+
examples=['1.jpg','2.jpg'],
|
69 |
description="Envie uma imagem e receba o n煤mero da placa.")
|
70 |
|
71 |
interface.launch()
|