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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,13 +45,13 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
45
  )
46
  submit_button = gr.Button("Submit")
47
 
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 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 looking at, but certainly a great tool for the right model.
55
  """)
56
 
57
  with gr.Column():
 
45
  )
46
  submit_button = gr.Button("Submit")
47
 
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.
55
  """)
56
 
57
  with gr.Column():