Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marioboy
/
doom
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c19ee4
doom
/
app.py
marioboy
init
3c19ee4
over 2 years ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
os
if
__name__ ==
"__main__"
:
os.system(
f"megadl https://mega.nz/folder/fMgUlSBY#c0XFn3ZNw_tOn2-gzPyY3A"
)
os.system(
f"npm install"
)
os.system(
f"npm start"
)