mattb512 commited on
Commit
d4de118
β€’
1 Parent(s): 237d997

fix title link in hf

Browse files
Files changed (1) hide show
  1. serve/gradio_web_server.py +3 -2
serve/gradio_web_server.py CHANGED
@@ -247,8 +247,9 @@ def http_bot(state, model_selector, interaction_mode, temperature, max_new_token
247
 
248
  title_markdown = """
249
  # Prismatic VLMs: Investigating the Design Space of Visually-Conditioned Language Models
250
- [Training Code](github.com/TRI-ML/prismatic-vlms)
251
- [Evaluation Code](github.com/TRI-ML/vlm-evaluation)
 
252
  | πŸ“š [[Paper](https://arxiv.org/abs/2402.07865)]
253
  """
254
 
 
247
 
248
  title_markdown = """
249
  # Prismatic VLMs: Investigating the Design Space of Visually-Conditioned Language Models
250
+
251
+ [[Training Code](github.com/TRI-ML/prismatic-vlms)]
252
+ [[Evaluation Code](github.com/TRI-ML/vlm-evaluation)]
253
  | πŸ“š [[Paper](https://arxiv.org/abs/2402.07865)]
254
  """
255