dwb2023 commited on
Commit
32ccac4
1 Parent(s): 5debe34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
48
  gr.Markdown("""
49
  Where to get started with Vision Language Models:
50
 
51
- - [Hugging Face overview of Vision Language Models](https://huggingface.co/blog/vlms#overview-of-open-source-vision-language-models)
52
  - [Blog Post on PaliGemma Model Capabilities and Use Cases](https://huggingface.co/blog/paligemma#model-capabilities)
53
 
54
  Keep an eye on the evolution of the [Model Explorer from Google](https://ai.google.dev/edge/model-explorer#two_ways_to_use_model_explorer). It didn't work initially for some of the VLM "fusion" model types I was initially looking at, but certainly a great tool for the right model.
 
48
  gr.Markdown("""
49
  Where to get started with Vision Language Models:
50
 
51
+ - [Hugging Face overview of VLMs](https://huggingface.co/blog/vlms#overview-of-open-source-vision-language-models)
52
  - [Blog Post on PaliGemma Model Capabilities and Use Cases](https://huggingface.co/blog/paligemma#model-capabilities)
53
 
54
  Keep an eye on the evolution of the [Model Explorer from Google](https://ai.google.dev/edge/model-explorer#two_ways_to_use_model_explorer). It didn't work initially for some of the VLM "fusion" model types I was initially looking at, but certainly a great tool for the right model.