Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ demo = gr.Interface(
|
|
18 |
fn=predict_fn,
|
19 |
inputs=[gr.inputs.Image(label="Input Image")],
|
20 |
outputs=[gr.inputs.Image(label="Prediction")],
|
21 |
-
title="
|
22 |
-
description="
|
23 |
examples=[
|
24 |
["example/car1.jpg"],
|
25 |
["example/car2.jpg"],
|
|
|
18 |
fn=predict_fn,
|
19 |
inputs=[gr.inputs.Image(label="Input Image")],
|
20 |
outputs=[gr.inputs.Image(label="Prediction")],
|
21 |
+
title="Automatic Number Plate Recognition Demo",
|
22 |
+
description="Gradio App for Automatic Number Plate Recognition",
|
23 |
examples=[
|
24 |
["example/car1.jpg"],
|
25 |
["example/car2.jpg"],
|