Spaces:
Running
on
Zero
Running
on
Zero
add LISA
Browse files
app.py
CHANGED
@@ -1052,7 +1052,7 @@ with demo:
|
|
1052 |
make_demo()
|
1053 |
|
1054 |
with gr.Tab('Vision-Language'):
|
1055 |
-
gr.Markdown('[LISA](
|
1056 |
gr.Markdown('In the mask decoder layers, LISA updates the image features w.r.t. the text prompt')
|
1057 |
gr.Markdown('This page aims to see how the text prompt affects the image features')
|
1058 |
gr.Markdown('---')
|
|
|
1052 |
make_demo()
|
1053 |
|
1054 |
with gr.Tab('Vision-Language'):
|
1055 |
+
gr.Markdown('[LISA](https://arxiv.org/pdf/2308.00692) is a vision-language model. Input a text prompt and image, LISA generate segmentation masks.')
|
1056 |
gr.Markdown('In the mask decoder layers, LISA updates the image features w.r.t. the text prompt')
|
1057 |
gr.Markdown('This page aims to see how the text prompt affects the image features')
|
1058 |
gr.Markdown('---')
|