I was building a demo for a DialoGPT-based chatbot model and used the chatbot output component. As inputs I created sliders to set the probability and temperature values for nucleus sampling and set default values for them (0.9 and 1 respectively). However:
when the demo launches the first slider visually appears at 0.1 although it displays 0.9.
Playing with the slider then clicking clicks sets it at the default value (0.9) but when I refresh the page it reappears at 0.1.
Describe the bug
I was building a demo for a DialoGPT-based chatbot model and used the chatbot output component. As inputs I created sliders to set the probability and temperature values for nucleus sampling and set default values for them (0.9 and 1 respectively). However:
Reproduction
The code used:
Screenshot
No response
Logs
No response
System Info
Severity
annoyance