h-siyuan commited on
Commit
9c00473
·
verified ·
1 Parent(s): 83ae7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Markdown(
212
  """
213
- **Note:** The <span style="color: red;">red point</span> on the output image represents the predicted clickable coordinates.
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")