abalakrishnaTRI commited on
Commit
d35eb67
β€’
1 Parent(s): 6eb4de0

minor bugfix

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