import gradio as gr from app.ui import app if __name__ == "__main__": app.launch(debug=True)