fix title link in hf
Browse files
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 |
-
|
| 251 |
-
[
|
|
|
|
| 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 |
|