Spaces:
Running
Running
from demo.app import demo | |
def main() -> None: | |
demo.queue(default_concurrency_limit=3) | |
demo.launch(max_threads=6) | |
if __name__ == "__main__": | |
main() | |