abalakrishnaTRI
commited on
Commit
·
d35eb67
1
Parent(s):
6eb4de0
minor bugfix
Browse files
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 |
-
[[
|
248 |
-
[[
|
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 |
|