ml-ferret icon indicating copy to clipboard operation
ml-ferret copied to clipboard

Fix Gradio App

Open dillonalaird opened this issue 1 year ago • 1 comments

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

dillonalaird avatar Jan 25 '24 20:01 dillonalaird

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!

Norod avatar Jun 11 '24 15:06 Norod