ishaal007 commited on
Commit
a830a92
·
1 Parent(s): 6de4e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- examples = [['29.jpg','122.jpg','68.jpg']]
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=examples).launch()
 
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()