File size: 133 Bytes
d40e945
5fed627
d40e945
ff1cd03
1
2
3
4
5
from app.ui import app

if __name__ == "__main__":
    app.queue(default_concurrency_limit=4, api_open=False).launch(show_api=False)