tastelikefeet commited on
Commit
a730d89
·
verified ·
1 Parent(s): fab3b3a

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('git clone https://github.com/modelscope/awesome-deep-reasoning.git')
3
+ os.system('cd awesome-deep-reasoning && python app.py')