h-siyuan commited on
Commit
fe7236e
·
verified ·
1 Parent(s): 8451e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -198,7 +198,7 @@ def build_demo(embed_mode, concurrency_count=1):
198
  ["./examples/wallet.png", "Scan a QR code."],
199
  ["./examples/web_forum.png", "Post my comment."],
200
  ["./examples/web_shopping.png", "Proceed to checkout."],
201
- ["./examples/word.png", "Import 3D models."],
202
  ],
203
  inputs=[imagebox, textbox],
204
  examples_per_page=3
@@ -210,7 +210,7 @@ def build_demo(embed_mode, concurrency_count=1):
210
  # Add a note below the image to explain the red point
211
  gr.Markdown(
212
  """
213
- **Note:** The red point on the output image represents the predicted clickable coordinates.
214
  """
215
  )
216
  output_coords = gr.Textbox(label="Clickable Coordinates")
 
198
  ["./examples/wallet.png", "Scan a QR code."],
199
  ["./examples/web_forum.png", "Post my comment."],
200
  ["./examples/web_shopping.png", "Proceed to checkout."],
201
+ ["./examples/word.png", "Use 3D models."],
202
  ],
203
  inputs=[imagebox, textbox],
204
  examples_per_page=3
 
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")