ruiite commited on
Commit
ae77478
1 Parent(s): 9d3b99e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def inference(image):
55
 
56
  return out.get_image()[:, :, ::-1]
57
 
58
- title = "Detectron2 Car damage Detection"
59
  description = "This demo introduces an interactive playground for our trained Detectron2 model."
60
 
61
  gr.Interface(
 
55
 
56
  return out.get_image()[:, :, ::-1]
57
 
58
+ title = "Detectron2 Car Scratch Detection"
59
  description = "This demo introduces an interactive playground for our trained Detectron2 model."
60
 
61
  gr.Interface(