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
When starting to run MagicQuill for the first time I run into the following:
Traceback (most recent call last):
File "D:\MagicQuill\gradio_run.py", line 313, in
auto_save_checkbox.change(fn=update_auto_save, inputs=[auto_save_checkbox])
NameError: name 'auto_save_checkbox' is not defined
HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
Any suggestions?
Checklist
I have searched the documentation and FAQs.
I have searched for similar issues but couldn’t find a solution.
I have provided clear and detailed information about the issue.
Expected Behavior:
MagicQuill won't boot up
Actual Behavior:
Seems to stop at the very end of the boot up sequence
Environment
Windows
10
The text was updated successfully, but these errors were encountered:
When starting to run MagicQuill for the first time I run into the following:
Traceback (most recent call last):
File "D:\MagicQuill\gradio_run.py", line 313, in
auto_save_checkbox.change(fn=update_auto_save, inputs=[auto_save_checkbox])
NameError: name 'auto_save_checkbox' is not defined
HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
Any suggestions?
Checklist
Expected Behavior:
MagicQuill won't boot up
Actual Behavior:
Seems to stop at the very end of the boot up sequence
Environment
The text was updated successfully, but these errors were encountered: