Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(title="DETR Object Detection by orYx Models") as demo:
|
|
86 |
model = gr.Radio(["detr-resnet-50", "detr-resnet-101"], value="detr-resnet-50", label="Model name")
|
87 |
|
88 |
gr.HTML("""<br/>""")
|
89 |
-
gr.HTML("""<h4 style="color:navy;">Please upload an image
|
90 |
|
91 |
|
92 |
with gr.Row():
|
|
|
86 |
model = gr.Radio(["detr-resnet-50", "detr-resnet-101"], value="detr-resnet-50", label="Model name")
|
87 |
|
88 |
gr.HTML("""<br/>""")
|
89 |
+
gr.HTML("""<h4 style="color:navy;">2. Please upload an image. Or choose one from sample below by clicking on any.</h4>""")
|
90 |
|
91 |
|
92 |
with gr.Row():
|