Skip to content

Commit

Permalink
removed messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
soderstromkr committed Nov 6, 2023
1 parent 7d50d5f commit b611aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def transcribe_thread(self):
self.progress_bar.start()
# Setting path and files
glob_file = get_path(path)
messagebox.showinfo("Message", "Starting transcription!")
#messagebox.showinfo("Message", "Starting transcription!")
# Start transcription
try:
output_text = transcribe(path, glob_file, model, language, verbose)
Expand Down

0 comments on commit b611aa6

Please sign in to comment.