Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ahuang11/tastykitchen
ahuang11
/
streamjoy
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahuang11
commited on
Jun 6, 2024
Commit
3a63b3c
·
verified
·
1 Parent(s):
958ba48
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -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()