ahuang11 commited on
Commit
3a63b3c
1 Parent(s): 958ba48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
1
  from streamjoy.ui import App
 
 
 
2
 
3
  App().servable()
 
1
  from streamjoy.ui import App
2
+ from streamjoy.settings import config
3
+
4
+ config["scratch_dir"] = "/.cache"
5
 
6
  App().servable()