You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception ignored in: <function Variable.del at 0x000001CBE63F3B80>
Traceback (most recent call last):
File "D:\anaconda\envs\pytorch\rich-text-to-image-main\lib\tkinter_init_.py", line 363, in del
if self._tk.getboolean(self._tk.call("info", "exists", self.name)):
RuntimeError: main thread is not in main loop
Exception ignored in: <function Variable.del at 0x000001CBE63F3B80>
Traceback (most recent call last):
File "D:\anaconda\envs\pytorch\rich-text-to-image-main\lib\tkinter_init.py", line 363, in del
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
How do I solve this threading problem
The text was updated successfully, but these errors were encountered:
Does this also happen when you try to launch the gradio demo? Could you paste the entire error log so that I could know where the code causes the error?
Exception ignored in: <function Variable.del at 0x000001CBE63F3B80>
Traceback (most recent call last):
File "D:\anaconda\envs\pytorch\rich-text-to-image-main\lib\tkinter_init_.py", line 363, in del
if self._tk.getboolean(self._tk.call("info", "exists", self.name)):
RuntimeError: main thread is not in main loop
Exception ignored in: <function Variable.del at 0x000001CBE63F3B80>
Traceback (most recent call last):
File "D:\anaconda\envs\pytorch\rich-text-to-image-main\lib\tkinter_init.py", line 363, in del
if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
How do I solve this threading problem
The text was updated successfully, but these errors were encountered: