Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def style_transfer(prompt, negative_prompt, audio_input):
|
|
45 |
|
46 |
|
47 |
# Open the image
|
48 |
-
im = image_from_spectrogram(im,
|
49 |
|
50 |
|
51 |
new_spectro = pipe2(prompt=prompt, image=im, strength=0.5, guidance_scale=7).images
|
|
|
45 |
|
46 |
|
47 |
# Open the image
|
48 |
+
im = image_from_spectrogram(im, 1)
|
49 |
|
50 |
|
51 |
new_spectro = pipe2(prompt=prompt, image=im, strength=0.5, guidance_scale=7).images
|