gfartenstein spaceinvader commited on
Commit
cc53bc5
β€’
1 Parent(s): 79caa62

Update app.py (#2)

Browse files

- Update app.py (f2d09828ef4e2bea742b68a5e20f58325dc93016)


Co-authored-by: oat <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ pipe = pipe.to(device)
17
  pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
18
  pipe2 = pipe2.to(device)
19
 
20
- spectro_from_wav = gr.Interface.load("spaces/fffiloni/audio-to-spectrogram")
21
 
22
  def dummy_checker(images, **kwargs): return images, False
23
 
 
17
  pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
18
  pipe2 = pipe2.to(device)
19
 
20
+ # spectro_from_wav = gr.Interface.load("spaces/fffiloni/audio-to-spectrogram")
21
 
22
  def dummy_checker(images, **kwargs): return images, False
23