removed messagebox

This commit is contained in:
Kristofer Söderström
2023-11-06 10:13:04 +01:00
parent 7d50d5f4cf
commit b611aa6b8c

2
app.py
View File

@@ -98,7 +98,7 @@ class App:
self.progress_bar.start() self.progress_bar.start()
# Setting path and files # Setting path and files
glob_file = get_path(path) glob_file = get_path(path)
messagebox.showinfo("Message", "Starting transcription!") #messagebox.showinfo("Message", "Starting transcription!")
# Start transcription # Start transcription
try: try:
output_text = transcribe(path, glob_file, model, language, verbose) output_text = transcribe(path, glob_file, model, language, verbose)