4b9057c
1
2
3
4
5
import gradio as gr from app import build_gradio_app app = build_gradio_app() app.launch(server_name="0.0.0.0")