llmguard / app.py
Tuathe's picture
Deploy LLMGuard to Hugging Face Spaces
b4f16a5
raw
history blame contribute delete
121 Bytes
# app.py
import os
os.system("streamlit run app/dashboard/streamlit_app.py --server.port 7860 --server.address 0.0.0.0")