Update app.py
Browse files
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],
|
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 |
#
|