File size: 163 Bytes
a3419b6
 
 
 
 
 
 
1
2
3
4
5
6
7
# app.py (at repo root)
import sys, os
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "app"))
from app import build_ui

demo = build_ui()
demo.launch()