Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -382,14 +382,14 @@ 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)]
|
389 |
[[Model](https://huggingface.co/collections/AIML-TUDA/llavaguard-665b42e89803408ee8ec1086)]
|
390 |
[[Dataset](https://huggingface.co/datasets/aiml-tuda/llavaguard)]
|
391 |
[[LavaGuard](https://arxiv.org/abs/2406.05113)]
|
392 |
-
"""
|
393 |
|
394 |
tos_markdown = """
|
395 |
### Terms of use
|
|
|
382 |
|
383 |
|
384 |
# UI Components
|
385 |
+
title_markdown = + f'Loaded Model: {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)]
|
389 |
[[Model](https://huggingface.co/collections/AIML-TUDA/llavaguard-665b42e89803408ee8ec1086)]
|
390 |
[[Dataset](https://huggingface.co/datasets/aiml-tuda/llavaguard)]
|
391 |
[[LavaGuard](https://arxiv.org/abs/2406.05113)]
|
392 |
+
"""
|
393 |
|
394 |
tos_markdown = """
|
395 |
### Terms of use
|