Spaces:
Runtime error
Runtime error
add link pointing to xinyu's demo
Browse files
app.py
CHANGED
@@ -260,6 +260,8 @@ if __name__ == "__main__":
|
|
260 |
<b>Tag2Text Model + Grounded-SAM:</b> Upload your image to get the <b>tags and caption</b> (by Tag2Text) and <b>masks and boxes</b> (by Grounded-SAM)!
|
261 |
(Optional: Specify tags to get the corresponding caption.)
|
262 |
</li>
|
|
|
|
|
263 |
""" # noqa
|
264 |
|
265 |
article = """
|
|
|
260 |
<b>Tag2Text Model + Grounded-SAM:</b> Upload your image to get the <b>tags and caption</b> (by Tag2Text) and <b>masks and boxes</b> (by Grounded-SAM)!
|
261 |
(Optional: Specify tags to get the corresponding caption.)
|
262 |
</li>
|
263 |
+
<br>
|
264 |
+
Note: this demo may take up to minutes to inference. If you do not need masks and boxes, visit <a href='https://huggingface.co/spaces/xinyu1205/Recognize_Anything-Tag2Text/' target='_blank'>this demo</a>.
|
265 |
""" # noqa
|
266 |
|
267 |
article = """
|