making it all work

This commit is contained in:
talksik
2023-04-29 09:04:10 -07:00
parent 8da2b266ad
commit 843b7fba09
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ def text_to_speech():
)
# return the file
return send_file(f"{fileName}.wav", mimetype="audio/wav")
return send_file(f"{fileName}", mimetype="audio/wav")
if __name__ == "__main__":