sitammeur commited on
Commit
9e185ae
·
verified ·
1 Parent(s): b772256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ examples = [
36
  # Title, description, and article for the interface
37
  title = "PaliGemma Image Captioning"
38
  description = "Gradio Demo for the PaliGemma 2 Vision Language Understanding and Generation model. This model generates natural language captions based on uploaded images. To use it, upload your image, select the desired parameters (or stick with the default settings), and click 'Submit.' You can also choose one of the examples to load a predefined image. For more information, please refer to the links below."
39
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2412.03555' target='_blank'>Model Paper</a> | <a href='https://huggingface.co/google/paligemma2-3b-ft-docci-448' target='_blank'>Model Page</a></p>"
40
 
41
 
42
  # Launch the interface
 
36
  # Title, description, and article for the interface
37
  title = "PaliGemma Image Captioning"
38
  description = "Gradio Demo for the PaliGemma 2 Vision Language Understanding and Generation model. This model generates natural language captions based on uploaded images. To use it, upload your image, select the desired parameters (or stick with the default settings), and click 'Submit.' You can also choose one of the examples to load a predefined image. For more information, please refer to the links below."
39
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2412.03555' target='_blank'>PaliGemma 2: A Family of Versatile VLMs for Transfer</a> | <a href='https://huggingface.co/google/paligemma2-3b-ft-docci-448' target='_blank'>Model Page</a></p>"
40
 
41
 
42
  # Launch the interface