vilarin's picture
Create run.py
f0ae0c3 verified
raw
history blame
76 Bytes
from app.webui.app import demo
if __name__ == "__main__":
demo.launch()