Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
# add feature webcam(rear camera)
|
3 |
import gradio as gr
|
4 |
|
|
|
|
|
5 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX,with rear camera"
|
6 |
|
7 |
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>"
|
|
|
2 |
# add feature webcam(rear camera)
|
3 |
import gradio as gr
|
4 |
|
5 |
+
choices = ["YOLOXNano", "YOLOXTiny", "YOLOXS", "YOLOXM", "YOLOXL", "YOLOXX"]
|
6 |
+
|
7 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX,with rear camera"
|
8 |
|
9 |
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>"
|