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
e0697e7
·
verified
·
1 Parent(s):
4faa0e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,2 +1,4 @@
1
import os
2
os.system('python ./doitall/demo.py')
1
import os
2
+
import doitall
3
+
print(doitall)
4
os.system('python ./doitall/demo.py')