sonalkum commited on
Commit
f342c36
·
verified ·
1 Parent(s): 8856766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import os
7
  import uuid
8
 
9
  # Importing the model-related functions
10
- from stable.stable_audio_tools import get_pretrained_model
11
- from stable.stable_audio_tools.inference.generation import generate_diffusion_cond
12
 
13
  # Load the model outside of the GPU-decorated function
14
  def load_model():
 
7
  import uuid
8
 
9
  # Importing the model-related functions
10
+ from stable_audio_tools import get_pretrained_model
11
+ from stable_audio_tools.inference.generation import generate_diffusion_cond
12
 
13
  # Load the model outside of the GPU-decorated function
14
  def load_model():