Upload folder using huggingface_hub
Browse files- hate_speech_demo.py +1 -1
hate_speech_demo.py
CHANGED
|
@@ -762,7 +762,7 @@ def create_gradio_app():
|
|
| 762 |
# LlamaGuard section with permanent model card link
|
| 763 |
gr.HTML("""
|
| 764 |
<div>
|
| 765 |
-
<h3 class="result-header">🦙 LlamaGuard
|
| 766 |
<div style="margin-top: -10px; margin-bottom: 10px;">
|
| 767 |
<a href="https://github.com/meta-llama/PurpleLlama/blob/main/Llama-Guard3/8B/MODEL_CARD.md"
|
| 768 |
target="_blank" class="knowledge-button">View model card</a>
|
|
|
|
| 762 |
# LlamaGuard section with permanent model card link
|
| 763 |
gr.HTML("""
|
| 764 |
<div>
|
| 765 |
+
<h3 class="result-header">🦙 LlamaGuard 3.0</h3>
|
| 766 |
<div style="margin-top: -10px; margin-bottom: 10px;">
|
| 767 |
<a href="https://github.com/meta-llama/PurpleLlama/blob/main/Llama-Guard3/8B/MODEL_CARD.md"
|
| 768 |
target="_blank" class="knowledge-button">View model card</a>
|