Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ameerazam08/stableaudio-open-1.0
freddyaboulton
/
stableaudio-open-1.0
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freddyaboulton
HF Staff
commited on
26 days ago
Commit
095f767
·
verified
·
1 Parent(s):
bc24d91
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -247,4 +247,4 @@ with gr.Blocks(theme=theme, css=css) as demo:
247
248
model, model_config = load_model()
249
250
-
demo.launch()
247
248
model, model_config = load_model()
249
250
+
demo.launch(
allowed_paths=["/data"]
)