vilarin commited on
Commit
f0ae0c3
·
verified ·
1 Parent(s): 9984001

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +4 -0
run.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from app.webui.app import demo
2
+
3
+ if __name__ == "__main__":
4
+ demo.launch()