import gradio as gr from app import build_gradio_app app = build_gradio_app() app.launch(server_name="0.0.0.0")