Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lablab-ai-amd-developer-hackathon
/
SwarmAudit
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SwarmAudit
/
app.py
Pranoy Mukherjee
Add Gradio UI polish and Spaces entrypoint
3bc3287
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
app.ui.gradio_app
import
build_app, launch_app
demo = build_app()
if
__name__ ==
"__main__"
:
launch_app()