So these can be frustrating errors to get as we’re uncertain where they are coming from. In this instance, GRADIO has changed over the years and keywords that worked in the past no longer work with the newer versions….
…. which means that older code is often busted.
This is how you fix it:
pip install --upgrade gradio==3.37.0
Leave a Reply