Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
Do-it-All-0.0.3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Jan 20
Commit
cfd0921
·
verified
·
1 Parent(s):
c623eee
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('pip install git+https://github.com/broadfield-dev/Do_it_All.git')
3
+
os.system('python doitall/demo.py')