Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tuathe
/
llmguard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
llmguard
/
app.py
Tuathe
Deploy LLMGuard to Hugging Face Spaces
b4f16a5
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
# app.py
import
os
os.system(
"streamlit run app/dashboard/streamlit_app.py --server.port 7860 --server.address 0.0.0.0"
)