fffiloni commited on
Commit
63e6915
1 Parent(s): ec72f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 20)
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