docsa_HD commited on
Commit
c045dcf
1 Parent(s): 8e91039
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from src.interface import create_interface
2
+
3
+ iface = create_interface()
4
+
5
+ if __name__ == "__main__":
6
+ iface.launch()