Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LittleFrog
/
GVHMR
like
35
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8d3ae99
GVHMR
/
app.py
IsshikiHugh
feat: init
fc9d64f
8 months ago
raw
Copy download link
history
blame
124 Bytes
import
os
from
app.env
import
prepare_env
if
__name__ ==
'__main__'
:
prepare_env()
os.system(
'python app/entry.py'
)