Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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", "
|
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")
|