fix links
Browse files
serve/gradio_web_server.py
CHANGED
@@ -247,8 +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 |
| 📚 [[Paper](https://arxiv.org/abs/2402.07865)]
|
253 |
"""
|
254 |
|
@@ -268,8 +268,7 @@ learn_more_markdown = """
|
|
268 |
The service is a research preview intended for non-commercial use only, subject to the model
|
269 |
[License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA,
|
270 |
[Terms of Use](https://openai.com/policies/terms-of-use) of the data generated by OpenAI,
|
271 |
-
and [Privacy Practices]
|
272 |
-
(https://chrome.google.com/webstore/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb)
|
273 |
of ShareGPT. Please contact us if you find any potential violation.
|
274 |
"""
|
275 |
|
|
|
247 |
|
248 |
title_markdown = """
|
249 |
# Prismatic VLMs: Investigating the Design Space of Visually-Conditioned Language Models
|
250 |
+
[Training Code](github.com/TRI-ML/prismatic-vlms)
|
251 |
+
[Evaluation Code](github.com/TRI-ML/vlm-evaluation)
|
252 |
| 📚 [[Paper](https://arxiv.org/abs/2402.07865)]
|
253 |
"""
|
254 |
|
|
|
268 |
The service is a research preview intended for non-commercial use only, subject to the model
|
269 |
[License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA,
|
270 |
[Terms of Use](https://openai.com/policies/terms-of-use) of the data generated by OpenAI,
|
271 |
+
and [Privacy Practices](https://chrome.google.com/webstore/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb)
|
|
|
272 |
of ShareGPT. Please contact us if you find any potential violation.
|
273 |
"""
|
274 |
|