Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SSK-14/LLM-Guard
GPT-Wizards
/
LLM-Guard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLM-Guard
/
app
/
__main__.py
SSK-14
Add LLM guard api
acb544e
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
from
app
import
run_app
if
__name__ ==
"__main__"
:
run_app()