Spaces:
Running
Running
jiang
commited on
Commit
·
9270dae
1
Parent(s):
29f5d22
update
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ import base64
|
|
23 |
import re
|
24 |
from demo import visual_grounding
|
25 |
|
26 |
-
title = "PolyFormer for
|
27 |
|
28 |
description = """<p style='text-align: center'> <a href='https://polyformer.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2302.07387.pdf' target='_blank'>Paper</a> | <a href='https://github.com/amazon-science/polygon-transformer' target='_blank'>Github Repo</a></p>
|
29 |
-
<p style='text-align: left'> Demo of PolyFormer for referring image segmentation and
|
30 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
31 |
<br/>
|
32 |
<a href="https://huggingface.co/spaces/koajoel/PolyFormer?duplicate=true">
|
|
|
23 |
import re
|
24 |
from demo import visual_grounding
|
25 |
|
26 |
+
title = "PolyFormer for Visual Grounding"
|
27 |
|
28 |
description = """<p style='text-align: center'> <a href='https://polyformer.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2302.07387.pdf' target='_blank'>Paper</a> | <a href='https://github.com/amazon-science/polygon-transformer' target='_blank'>Github Repo</a></p>
|
29 |
+
<p style='text-align: left'> Demo of PolyFormer for referring image segmentation and referring expression comprehension. Upload your own image or click any one of the examples, and write a description about a certain object. Then click \"Submit\" and wait for the results.</p>
|
30 |
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
31 |
<br/>
|
32 |
<a href="https://huggingface.co/spaces/koajoel/PolyFormer?duplicate=true">
|