Skip to content

Commit b611aa6

Browse files
committed
removed messagebox
1 parent 7d50d5f commit b611aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def transcribe_thread(self):
9898
self.progress_bar.start()
9999
# Setting path and files
100100
glob_file = get_path(path)
101-
messagebox.showinfo("Message", "Starting transcription!")
101+
#messagebox.showinfo("Message", "Starting transcription!")
102102
# Start transcription
103103
try:
104104
output_text = transcribe(path, glob_file, model, language, verbose)

0 commit comments

Comments
 (0)