Spaces:
Runtime error
Runtime error
stefania11
commited on
Commit
·
a833ae6
1
Parent(s):
500d7f4
update app file
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def magic_whisper_to_sd(audio, guidance_scale, nb_iterations, seed):
|
|
44 |
return whisper_results[0], whisper_results[1], whisper_results[2], images
|
45 |
|
46 |
|
47 |
-
def generate_code(audio
|
48 |
|
49 |
whisper_results = translate(audio)
|
50 |
prompt = whisper_results[2]
|
|
|
44 |
return whisper_results[0], whisper_results[1], whisper_results[2], images
|
45 |
|
46 |
|
47 |
+
def generate_code(audio):
|
48 |
|
49 |
whisper_results = translate(audio)
|
50 |
prompt = whisper_results[2]
|