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

fix gh urls

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