removed messagebox
This commit is contained in:
2
app.py
2
app.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user