Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ example = [["images_1.jpeg ","YOLOXM"],["images_2.jpeg","YOLOXS"],["images.jpeg"
|
|
61 |
|
62 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
|
63 |
|
64 |
-
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/
|
65 |
|
66 |
# deploy
|
67 |
iface = gr.Interface(main,
|
|
|
61 |
|
62 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
|
63 |
|
64 |
+
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>"
|
65 |
|
66 |
# deploy
|
67 |
iface = gr.Interface(main,
|