After setting up the project using the provided Anaconda environment, I encountered the following error when running bash python3 app.py:
AttributeError: module 'gradio' has no attribute 'Box'
It seems there is a version mismatch: in the anaconda environment. This prevents the app from running out-of-the-box. Could you clarify the recommended Gradio version, or update the code to be compatible with the environment?
After setting up the project using the provided Anaconda environment, I encountered the following error when running
bash python3 app.py:It seems there is a version mismatch: in the anaconda environment. This prevents the app from running out-of-the-box. Could you clarify the recommended Gradio version, or update the code to be compatible with the environment?