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
In the official demo of gr.ImageEditor, it works when i use demo.launch(server_name='127.0.0.1', server_port=7860).
However, the integrated colorpicker disappears when set server_name='my IP address'
Describe the bug
In the official demo of gr.ImageEditor, it works when i use demo.launch(server_name='127.0.0.1', server_port=7860).
However, the integrated colorpicker disappears when set server_name='my IP address'
Have you searched existing issues? 🔎
Reproduction
Screenshot
use demo.launch(server_name='127.0.0.1', server_port=7860):
use demo.launch(server_name='10.63.101.22', server_port=7860):
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: