botmaster commited on
Commit
624f051
·
1 Parent(s): d11f0ac

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("chmod +x train.sh")
3
+ os.system("./train.sh")