frogcho123 commited on
Commit
400111e
1 Parent(s): a96b473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(input_audio):
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