Update app.py
Browse files
app.py
CHANGED
|
@@ -208,9 +208,9 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
| 208 |
# Output components
|
| 209 |
output_img = gr.Image(type="pil", label="Output Image")
|
| 210 |
# Add a note below the image to explain the red point
|
| 211 |
-
gr.
|
| 212 |
"""
|
| 213 |
-
|
| 214 |
"""
|
| 215 |
)
|
| 216 |
output_coords = gr.Textbox(label="Clickable Coordinates")
|
|
|
|
| 208 |
# Output components
|
| 209 |
output_img = gr.Image(type="pil", label="Output Image")
|
| 210 |
# Add a note below the image to explain the red point
|
| 211 |
+
gr.HTML(
|
| 212 |
"""
|
| 213 |
+
<p><strong>Note:</strong> The <span style="color: red;">red point</span> on the output image represents the predicted clickable coordinates.</p>
|
| 214 |
"""
|
| 215 |
)
|
| 216 |
output_coords = gr.Textbox(label="Clickable Coordinates")
|