-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Blocks Slider change() outputs incorrect value on drag #1453
Comments
I found this issue happened when it is deployed using Spaces, there's no issue if I run this application locally. |
Will fix, thanks for raising this issue! |
I'm running into this as well on Gradio 3.3. Here's a notebook to reproduce: https://colab.research.google.com/drive/1JoDcK5R8lcA7Ty4-zlXnQNBwKXdfgRpb?usp=sharing Same as mentioned above, works fine locally but on Colab + Spaces it's broken. |
This should be solved by #2436, so moving to the 4.0 milestone |
Special case of #1954, so closing this issue |
Describe the bug
If you click and drag on the slider then it will pass an incorrect value to change().
If you only click on the slider then it will pass the correct value to change().
Is there an existing issue for this?
Reproduction
https://huggingface.co/spaces/mindwrapped/blocks-slider-test
Click and drag -> incorrect value (old value, not the current one displayed on the slider)
Click -> correct value (same value as on the slider)
Screenshot
Logs
System Info
Severity
blocking upgrade to latest gradio version
The text was updated successfully, but these errors were encountered: