streamjoy / app.py
ahuang11's picture
Update app.py
3a63b3c verified
raw
history blame contribute delete
No virus
119 Bytes
from streamjoy.ui import App
from streamjoy.settings import config
config["scratch_dir"] = "/.cache"
App().servable()