Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ input = [gr.inputs.Image(shape=(2000, 1500),label = "Input Image"),
|
|
55 |
|
56 |
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"]]
|
61 |
|
|
|
55 |
|
56 |
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"]]
|
61 |
|