Spaces:
Running
Running
File size: 234 Bytes
3c8c320 |
1 2 3 4 5 6 7 8 9 |
# app.py
from talk_arena.audio_collection import demo
import sys
sys.path.append("talk-arena")
from talk_arena.audio_collection import demo
demo.queue(default_concurrency_limit=40, api_open=False).launch(share=True, ssr_mode=False)
|