Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from stable_audio_tools.inference.generation import generate_diffusion_cond
|
|
13 |
# Load the model outside of the GPU-decorated function
|
14 |
def load_model():
|
15 |
print("Loading model...")
|
16 |
-
model, model_config = get_pretrained_model("
|
17 |
print("Model loaded successfully.")
|
18 |
return model, model_config
|
19 |
|
|
|
13 |
# Load the model outside of the GPU-decorated function
|
14 |
def load_model():
|
15 |
print("Loading model...")
|
16 |
+
model, model_config = get_pretrained_model("./")
|
17 |
print("Model loaded successfully.")
|
18 |
return model, model_config
|
19 |
|