broadfield-dev commited on
Commit
cfd0921
·
verified ·
1 Parent(s): c623eee

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+ os.system('pip install git+https://github.com/broadfield-dev/Do_it_All.git')
3
+ os.system('python doitall/demo.py')