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