Matteo Sirri commited on
Commit
3c48cfa
·
1 Parent(s): a67969d

fix: fix typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def frcnn_coco(image):
53
  return "baseline_out.png"
54
 
55
 
56
- title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
57
  description = '<p style="text-align:center">School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri.</p> '
58
  examples = ["001.jpg", "003.jpg", "005.jpg"]
59
 
 
53
  return "baseline_out.png"
54
 
55
 
56
+ title = "Domain adaption on pedestrian detection with Faster R-CNN"
57
  description = '<p style="text-align:center">School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri.</p> '
58
  examples = ["001.jpg", "003.jpg", "005.jpg"]
59