TTS-Arena / app.py
mrfakename's picture
Updates to TTS Arena!
d40e945 verified
raw
history blame
134 Bytes
from app.ui import app
if __name__ == "__main__":
app.queue(default_concurrency_limit=50, api_open=False).launch(show_api=False)