Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
gossminn
/
fillmorle-app
like
2
Build error
App
Files
Files
Community
8149663
fillmorle-app
/
deploy.py
gossminn
First version
6680682
over 2 years ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
runpy
runpy.run_module(
"fillmorle.app"
, run_name=
"__main__"
, alter_sys=
True
)