KOTOB

Results 4 comments of KOTOB

Same error here, cloned a new copy of the notebook and got this error at the last bubble

This is a temporary solution, but a quick and easy way to fix this is to replace `gradio==3.4.1` with `gradio==3.0.1b123` in both `requirements.txt` and `requirements_versions.txt`. 3.0.1b123 is the latest release...

Gradio v3.5 has now been released and contains that fix. Somebody already bumped the version in `requirements.txt` to 3.5 (4ed99d5), so this issue is probably safe to close now.

I've had that same problem in a lot of situations. Granted, most of those situations were due to some other issue, but having a UI reload button and/or not hiding...