geethareddy commited on
Commit
57090aa
·
verified ·
1 Parent(s): a21d549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ SYMBOL_MAPPING = {
35
  "plus": "+",
36
  "dash": "-",
37
  "comma": ",",
38
- "space": " "
39
  }
40
 
41
  def convert_to_wav(input_path, output_path):
 
35
  "plus": "+",
36
  "dash": "-",
37
  "comma": ",",
38
+ "space": ""
39
  }
40
 
41
  def convert_to_wav(input_path, output_path):