Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-roethig-db committed May 18, 2024
1 parent 583c92c commit 7bfb69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amondin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def transcribe(

# save transcript
print(transcript.to_markdown(index=False))
transcript.to_csv("transcript.csv", index=False, sep=";")
transcript.to_csv(output_file_path, index=False, sep=";")

0 comments on commit 7bfb69b

Please sign in to comment.