Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
modelscope
/
awesome-o1-r1
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tastelikefeet
commited on
Jan 31
Commit
a730d89
·
verified
·
1 Parent(s):
fab3b3a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -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')