@@ -21,6 +21,7 @@ def post():
vid.write(request.data)
speech_to_text = SpeechToText()
result = speech_to_text.to_text(file_name)
print(result)
try:
os.remove(file_name)
except OSError:
The note is not visible to the blocked user.