Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def create_speaker_embedding(waveform):
|
|
30 |
return speaker_embeddings
|
31 |
|
32 |
def prepare_data(temp_text, temp_audio):
|
33 |
-
rate, audio_data =
|
34 |
example = processor(
|
35 |
text=temp_text,
|
36 |
audio_target=audio_data,
|
|
|
30 |
return speaker_embeddings
|
31 |
|
32 |
def prepare_data(temp_text, temp_audio):
|
33 |
+
rate, audio_data = temp_audio
|
34 |
example = processor(
|
35 |
text=temp_text,
|
36 |
audio_target=audio_data,
|