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...
main
streamjoy
/
app.py
ahuang11
Update app.py
3a63b3c
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
streamjoy.ui
import
App
from
streamjoy.settings
import
config
config[
"scratch_dir"
] =
"/.cache"
App().servable()