tempo_control2 / app.py
Ali Sartaz Khan
Add application file
3c8c320
raw
history blame contribute delete
234 Bytes
# 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)