LLM-Guard / app /__main__.py
SSK-14's picture
Add LLM guard api
acb544e
raw
history blame contribute delete
66 Bytes
from app import run_app
if __name__ == "__main__":
run_app()