Spaces:
Runtime error
Runtime error
Adds Arxiv link.
Browse files
app.py
CHANGED
|
@@ -67,6 +67,7 @@ def parse_segmentation(input_image, input_text):
|
|
| 67 |
INTRO_TEXT = """## PaliGemma 2 demo\n\n
|
| 68 |
| [Github](https://github.com/google-research/big_vision/blob/main/big_vision/configs/proj/paligemma/README.md)
|
| 69 |
| [Blogpost](https://huggingface.co/blog/paligemma2)
|
|
|
|
| 70 |
|\n\n
|
| 71 |
PaliGemma 2 is an open vision-language model by Google, inspired by [PaLI-3](https://arxiv.org/abs/2310.09199) and
|
| 72 |
built with open components such as the [SigLIP](https://arxiv.org/abs/2303.15343)
|
|
|
|
| 67 |
INTRO_TEXT = """## PaliGemma 2 demo\n\n
|
| 68 |
| [Github](https://github.com/google-research/big_vision/blob/main/big_vision/configs/proj/paligemma/README.md)
|
| 69 |
| [Blogpost](https://huggingface.co/blog/paligemma2)
|
| 70 |
+
| [Arxiv](https://arxiv.org/abs/2412.03555)
|
| 71 |
|\n\n
|
| 72 |
PaliGemma 2 is an open vision-language model by Google, inspired by [PaLI-3](https://arxiv.org/abs/2310.09199) and
|
| 73 |
built with open components such as the [SigLIP](https://arxiv.org/abs/2303.15343)
|