Spaces:
Runtime error
Runtime error
Update app.py
#2
by
spaceinvader
- opened
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 |
|