khalida1wwin
commited on
Commit
·
bdca217
1
Parent(s):
052ec28
update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def denoise_audio(audioName):
|
|
206 |
dir_save_prediction = os.path.abspath("./")
|
207 |
audio_output_prediction = "test.wav"
|
208 |
audio_input_prediction = ["temp.wav"]
|
209 |
-
|
210 |
min_duration = t
|
211 |
frame_length = 8064
|
212 |
hop_length_frame = 8064
|
|
|
206 |
dir_save_prediction = os.path.abspath("./")
|
207 |
audio_output_prediction = "test.wav"
|
208 |
audio_input_prediction = ["temp.wav"]
|
209 |
+
sample_rate = 8000
|
210 |
min_duration = t
|
211 |
frame_length = 8064
|
212 |
hop_length_frame = 8064
|