Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|