Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ output = gr.outputs.Image(type="plot", label="Output Image")
|
|
57 |
|
58 |
title = "YOLOX Demo(FT)"
|
59 |
|
60 |
-
example = [[" "]]
|
61 |
|
62 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
|
63 |
|
|
|
57 |
|
58 |
title = "YOLOX Demo(FT)"
|
59 |
|
60 |
+
example = [["https://huggingface.co/spaces/Sultannn/YOLOX-Demo/blob/main/images_1.jpeg ","YOLOXM"],["https://huggingface.co/spaces/Sultannn/YOLOX-Demo/blob/main/images_2.jpeg","YOLOXS"]]
|
61 |
|
62 |
description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
|
63 |
|