fffiloni commited on
Commit
e4ac605
1 Parent(s): d50061a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def magic_whisper_to_sd(audio, guidance_scale, nb_iterations, seed):
37
  prompt = whisper_results[1]
38
  images = get_images(prompt)
39
 
40
- return whisper_results[0], whisper_results[1], whisper_results[2], images
41
 
42
  #def diffuse(prompt, guidance_scale, nb_iterations, seed):
43
  #
 
37
  prompt = whisper_results[1]
38
  images = get_images(prompt)
39
 
40
+ return whisper_results[0], whisper_results[1], images
41
 
42
  #def diffuse(prompt, guidance_scale, nb_iterations, seed):
43
  #