Spaces:
Build error
Build error
Commit
·
f27285c
1
Parent(s):
116c5b3
Import and use additional HarmCategory and HarmBlockThreshold models to remove filter
Browse files
README.md
CHANGED
|
@@ -8,6 +8,28 @@ sdk_version: 4.21.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-sa-4.0
|
| 11 |
+
tags: [
|
| 12 |
+
"Chatbot Guardrails Arena",
|
| 13 |
+
"Lighthouz AI",
|
| 14 |
+
"Hugging Face",
|
| 15 |
+
"Data Privacy",
|
| 16 |
+
"Enterprise AI Assistants",
|
| 17 |
+
"Privacy Guardrails",
|
| 18 |
+
"Stress Test LLMs",
|
| 19 |
+
"AI Chatbot Security",
|
| 20 |
+
"Data Privacy in AI",
|
| 21 |
+
"AI Ethics",
|
| 22 |
+
"AI Guardrail Technologies",
|
| 23 |
+
"LLMs and Privacy",
|
| 24 |
+
"Community-driven AI Testing",
|
| 25 |
+
"AI Chatbot Benchmarks",
|
| 26 |
+
"Ethical AI Development",
|
| 27 |
+
"AI Transparency and Trust",
|
| 28 |
+
"AI Safety Mechanisms",
|
| 29 |
+
"AI Chatbots and Agents",
|
| 30 |
+
"Privacy-Preserving AI",
|
| 31 |
+
"AI Application Evaluation"
|
| 32 |
+
]
|
| 33 |
---
|
| 34 |
|
| 35 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -639,4 +639,5 @@ with gr.Blocks(
|
|
| 639 |
|
| 640 |
|
| 641 |
if __name__ == "__main__":
|
|
|
|
| 642 |
demo.launch(show_api=False, allowed_paths=["./static"])
|
|
|
|
| 639 |
|
| 640 |
|
| 641 |
if __name__ == "__main__":
|
| 642 |
+
demo.queue(default_concurrency_limit=10)
|
| 643 |
demo.launch(show_api=False, allowed_paths=["./static"])
|