Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -382,7 +382,7 @@ def llava_bot(state, temperature, top_p, max_new_tokens, request: gr.Request):
|
|
| 382 |
|
| 383 |
|
| 384 |
# UI Components
|
| 385 |
-
title_markdown =
|
| 386 |
# LLAVAGUARD: VLM-based Safeguard for Vision Dataset Curation and Safety Assessment
|
| 387 |
[[Project Page](https://ml-research.github.io/human-centered-genai/projects/llavaguard/index.html)]
|
| 388 |
[[Code](https://github.com/ml-research/LlavaGuard)]
|
|
|
|
| 382 |
|
| 383 |
|
| 384 |
# UI Components
|
| 385 |
+
title_markdown = f'Demo Model Version: {DEFAULT_MODEL}' + """
|
| 386 |
# LLAVAGUARD: VLM-based Safeguard for Vision Dataset Curation and Safety Assessment
|
| 387 |
[[Project Page](https://ml-research.github.io/human-centered-genai/projects/llavaguard/index.html)]
|
| 388 |
[[Code](https://github.com/ml-research/LlavaGuard)]
|