dykuang / RealTime-Neural-Style-Transfer-with-TF-Hub

Apache License 2.0
1 stars 1 forks source link

fixing messagebox error #1

Open prabindh opened 2 years ago

prabindh commented 2 years ago

Fix this minor issue.

Exception in Tkinter callback Traceback (most recent call last): File "tkinter__init.py", line 1705, in call__ return self.func(*args) File "NST_GUI.py", line 141, in on_closing if messagebox.askokcancel("Quit", "Do you want to quit?"): NameError: name 'messagebox' is not defined