khalida1wwin
commited on
Commit
·
af4765f
1
Parent(s):
d09a8a4
update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ audio_output_prediction, sample_rate, min_duration, frame_length, hop_length_fra
|
|
190 |
sf.write(dir_save_prediction + audio_output_prediction , denoise_long[0, :], sample_rate)
|
191 |
|
192 |
def denoise_audio(audioName):
|
193 |
-
print("typppppeeeeee:",type(audioName))
|
194 |
testNo = audioName
|
195 |
# audio_dir_prediction = os.path.abspath("/")+ str(testNo) +".wav"
|
196 |
sample_rate, data = audioName[0], audioName[1]
|
|
|
190 |
sf.write(dir_save_prediction + audio_output_prediction , denoise_long[0, :], sample_rate)
|
191 |
|
192 |
def denoise_audio(audioName):
|
193 |
+
print("typppppeeeeee:",type(audioName))
|
194 |
testNo = audioName
|
195 |
# audio_dir_prediction = os.path.abspath("/")+ str(testNo) +".wav"
|
196 |
sample_rate, data = audioName[0], audioName[1]
|