trust-the-guard / main.py
Perfect7613's picture
Expose hosted errors and hide maintenance controls
8b2cc47 verified
Raw
History Blame Contribute Delete
134 Bytes
from app import demo
if __name__ == "__main__":
demo.queue(default_concurrency_limit=1).launch(ssr_mode=False, show_error=True)