Bils commited on
Commit
61ea6d0
·
verified ·
1 Parent(s): 6b4c086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ pipe = DiffusionPipeline.from_pretrained(
24
  "cvssp/audioldm2",
25
  use_auth_token=hf_token
26
  )
27
- # The AudioLDM pipeline can be moved to CUDA/CPU explicitly inside the function.
28
 
29
  @spaces.GPU(duration=120)
30
  def analyze_image_with_free_model(image_file):
 
24
  "cvssp/audioldm2",
25
  use_auth_token=hf_token
26
  )
 
27
 
28
  @spaces.GPU(duration=120)
29
  def analyze_image_with_free_model(image_file):