LukasHug commited on
Commit
6d03146
·
verified ·
1 Parent(s): 5f3e100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = + 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)]
 
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)]