diff --git a/app.py b/app.py index cffd86b..d87c7fb 100644 --- a/app.py +++ b/app.py @@ -55,4 +55,4 @@ if __name__=="__main__": text = large_audio(fname) fname = "transcript.txt" with open(fname, 'w') as f: - f.writeline(text) + f.writelines(text)