Matteo Sirri commited on
Commit
b0c3cbd
·
1 Parent(s): f6bb7f6

fix: fix description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def frcnn_coco(image):
51
 
52
 
53
  title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
54
- description = "![alt text](http://www.aiacademy.unimore.it/media/news/ai-logo-white_2ND_EDITION.png)"
55
  examples = ["001.jpg", "002.jpg", "003.jpg",
56
  "004.jpg", "005.jpg", "006.jpg", "007.jpg", ]
57
 
 
51
 
52
 
53
  title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
54
+ description = "School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri"
55
  examples = ["001.jpg", "002.jpg", "003.jpg",
56
  "004.jpg", "005.jpg", "006.jpg", "007.jpg", ]
57