aankitdas's picture
first commit - working app locally
a3419b6
raw
history blame contribute delete
163 Bytes
# 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()