zayeem00 commited on
Commit
c853dbb
·
verified ·
1 Parent(s): 29d7da7

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +6 -0
main.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # main.py
2
+ from interface import build_interface
3
+
4
+ if __name__ == "__main__":
5
+ interface = build_interface()
6
+ interface.launch()