Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ from stable_audio_tools.inference.generation import generate_diffusion_cond
|
|
38 |
# Load the model outside of the GPU-decorated function
|
39 |
def load_model():
|
40 |
print("Loading model...")
|
41 |
-
model, model_config = get_pretrained_model("
|
42 |
print("Model loaded successfully.")
|
43 |
return model, model_config
|
44 |
|
|
|
38 |
# Load the model outside of the GPU-decorated function
|
39 |
def load_model():
|
40 |
print("Loading model...")
|
41 |
+
model, model_config = get_pretrained_model("ford442/stable-audio-open-1.0")
|
42 |
print("Model loaded successfully.")
|
43 |
return model, model_config
|
44 |
|