Souha commited on
Commit
3299ce0
β€’
1 Parent(s): 9bbd70c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ def main(input_img, models):
19
  # YOLOXS models
20
  elif models == "YOLOXS":
21
  model = YOLOXS(pretrained="coco")
22
-
23
  # pass
24
  else:
25
  pass
@@ -42,7 +42,7 @@ title = "Demo"
42
 
43
  example = [["image1.jpeg ","YOLOXNano"],["image2.jpeg","YOLOXS"]]
44
 
45
- description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
46
 
47
  article = "<a href='https://github.com/Megvii-BaseDetection/YOLOX' target='_blank'><u>YOLOX </u></a>is an anchor-free version of YOLO, with a simpler design but better performance!<br><br><p style='text-align: center'>Untuk penjelasan lihat di <a href='https://github.com/sultanbst123/YOLOX-Demo' target='_blank'><u>repo ku </u>😁</a></p>"
48
 
 
19
  # YOLOXS models
20
  elif models == "YOLOXS":
21
  model = YOLOXS(pretrained="coco")
22
+
23
  # pass
24
  else:
25
  pass
 
42
 
43
  example = [["image1.jpeg ","YOLOXNano"],["image2.jpeg","YOLOXS"]]
44
 
45
+ description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXS"
46
 
47
  article = "<a href='https://github.com/Megvii-BaseDetection/YOLOX' target='_blank'><u>YOLOX </u></a>is an anchor-free version of YOLO, with a simpler design but better performance!<br><br><p style='text-align: center'>Untuk penjelasan lihat di <a href='https://github.com/sultanbst123/YOLOX-Demo' target='_blank'><u>repo ku </u>😁</a></p>"
48