fix gh urls
Browse files
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 |
-
[[
|
| 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 |
|