Spaces:
Build error
Build error
frogcho123
commited on
Commit
•
400111e
1
Parent(s):
a96b473
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import soundfile as sf
|
|
7 |
import os
|
8 |
import numpy as np
|
9 |
|
10 |
-
def translate_speech_to_speech(
|
11 |
input_audio, sample_rate = input_tuple
|
12 |
|
13 |
# Save the input audio to a temporary file
|
|
|
7 |
import os
|
8 |
import numpy as np
|
9 |
|
10 |
+
def translate_speech_to_speech(input_tuple):
|
11 |
input_audio, sample_rate = input_tuple
|
12 |
|
13 |
# Save the input audio to a temporary file
|