grote-clone / app.py
gsarti's picture
Initial commit
3c9db94
raw
history blame
121 Bytes
from grote.app import make_demo
if __name__ == "__main__":
make_demo().queue(api_open=False).launch(show_api=False)