Sultannn commited on
Commit
6a5e269
·
1 Parent(s): 931d6a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ output = gr.outputs.Image(type="plot", label="Output Image")
57
 
58
  title = "YOLOX Demo"
59
 
60
- example = [["images_1.jpeg ","YOLOXM"],["images_2.jpeg","YOLOXS"]," Images_3.jpeg","YOLOXL"]
61
 
62
  description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
63
 
 
57
 
58
  title = "YOLOX Demo"
59
 
60
+ example = [["images_1.jpeg ","YOLOXM"],["images_2.jpeg","YOLOXS"],["Images_3.jpeg","YOLOXL"]]
61
 
62
  description = "Demo for YOLOX(Object Detection). Models are YOLOXNano - YOLOXX"
63