Spaces:
Running
Running
yu-rp
commited on
Commit
·
b7dd466
1
Parent(s):
7986d35
change title
Browse files
app.py
CHANGED
@@ -15,8 +15,11 @@ DEVICE = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
|
|
15 |
|
16 |
MARKDOWN = """
|
17 |
<div align='center'>
|
18 |
-
<b style="font-size:
|
19 |
-
<br>
|
|
|
|
|
|
|
20 |
[<a href="https://api.github.io"> project page </a>]
|
21 |
[<a href="https://github.com/roboflow/api"> python package </a>]
|
22 |
[<a href="https://github.com/yu-rp/apiprompting"> code </a>]
|
|
|
15 |
|
16 |
MARKDOWN = """
|
17 |
<div align='center'>
|
18 |
+
<b style="font-size: 2em;">API: Attention Prompting on Image for Large Vision-Language Models</b>
|
19 |
+
<br>
|
20 |
+
<br>
|
21 |
+
<br>
|
22 |
+
[<a href="https://arxiv.org/abs/"> arXiv paper </a>]
|
23 |
[<a href="https://api.github.io"> project page </a>]
|
24 |
[<a href="https://github.com/roboflow/api"> python package </a>]
|
25 |
[<a href="https://github.com/yu-rp/apiprompting"> code </a>]
|