Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gsarti/grote
rsn86
/
grote-clone
like
0
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
c192e9f
grote-clone
/
app.py
gsarti
Initial commit
3c9db94
over 1 year ago
raw
Copy download link
history
blame
Safe
121 Bytes
from
grote.app
import
make_demo
if
__name__ ==
"__main__"
:
make_demo().queue(api_open=
False
).launch(show_api=
False
)