sssssungk commited on
Commit
88031b7
·
verified ·
1 Parent(s): 58d5091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def convert_wav_to_text(wav_file_path):
154
  text = 'error'
155
  except sr.RequestError as e:
156
  text = 'error'
157
-
158
  return text
159
 
160
 
 
154
  text = 'error'
155
  except sr.RequestError as e:
156
  text = 'error'
157
+
158
  return text
159
 
160