We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error message may appear:
Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
As a workaround you can go back to a previous gradio version with: pip install gradio==3.4b3
pip install gradio==3.4b3
The text was updated successfully, but these errors were encountered:
Fix editing A1111 generated image with recent gradio versions (#78)
ff3b4a1
Should fix #77
Successfully merging a pull request may close this issue.
The following error message may appear:
As a workaround you can go back to a previous gradio version with:
pip install gradio==3.4b3
The text was updated successfully, but these errors were encountered: