1inkusFace commited on
Commit
f1f61ba
·
verified ·
1 Parent(s): 860e11a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("stabilityai/stable-audio-open-1.0")
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