Harveenchadha commited on
Commit
144bafa
1 Parent(s): 69a550c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def read_file(wav):
21
  return resampled_signal
22
 
23
 
24
- def resampler(input_file_path, output_folder_path):
25
  #output_file_path = output_folder_path + input_file_path.split('/')[-1]
26
 
27
  command = (
 
21
  return resampled_signal
22
 
23
 
24
+ def resampler(input_file_path, output_file_path):
25
  #output_file_path = output_folder_path + input_file_path.split('/')[-1]
26
 
27
  command = (