Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,8 +44,8 @@ def inference(img):
|
|
| 44 |
title = "Detectron2 Car Damage Detection 🚗"
|
| 45 |
description = "An Model which detects the Damage on car and classifies as Dents,Scratches,Dislocation and Shatter."
|
| 46 |
article = "Created by Vishal Jadhav (www.linkedin.com/in/vishaljadhav1855)"
|
| 47 |
-
|
| 48 |
gr.Interface(inference, inputs=gr.inputs.Image(type="file"), outputs=gr.outputs.Image(type="pil"),enable_queue=True, title=title,
|
| 49 |
description=description,
|
| 50 |
article=article,
|
| 51 |
-
examples=
|
|
|
|
| 44 |
title = "Detectron2 Car Damage Detection 🚗"
|
| 45 |
description = "An Model which detects the Damage on car and classifies as Dents,Scratches,Dislocation and Shatter."
|
| 46 |
article = "Created by Vishal Jadhav (www.linkedin.com/in/vishaljadhav1855)"
|
| 47 |
+
|
| 48 |
gr.Interface(inference, inputs=gr.inputs.Image(type="file"), outputs=gr.outputs.Image(type="pil"),enable_queue=True, title=title,
|
| 49 |
description=description,
|
| 50 |
article=article,
|
| 51 |
+
examples=['29.jpg','122.jpg','68.jpg']).launch()
|