ml-ferret
ml-ferret copied to clipboard
Fix Gradio App
I could not get the gradio app to work with the existing code. It would refresh the "Referring Input Cache" and the "Parsed Referring Input" twice so it would disappear. These changes work with gradio==3.50.2 and gradio_client==0.6.1
Thank you, I had the same problem and your PR fixes it well.
Just note that you forgot to edit pyproject.toml to reflect the updated gradio and gradio_client versions.
Thank you for this fix!