SwarmAudit / app.py
Pranoy Mukherjee
Add Gradio UI polish and Spaces entrypoint
3bc3287
raw
history blame contribute delete
119 Bytes
from app.ui.gradio_app import build_app, launch_app
demo = build_app()
if __name__ == "__main__":
launch_app()