Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
spdraptor
/
Stable-Audio-Open-Zero2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
spdraptor
commited on
Aug 30, 2024
Commit
20740b5
·
1 Parent(s):
0f72ff6
variable name issue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -113,4 +113,4 @@ with gr.Blocks(css=css) as demo:
113
model, model_config = load_model()
114
115
# Launch the Interface
116
-
interface
.launch()
113
model, model_config = load_model()
114
115
# Launch the Interface
116
+
demo
.launch()