You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I installed the dependencies in a newly created conda environment, I attempted to run the web demo, but the following error occurred: ImportError: cannot import name 'handle_file' from 'gradio_client'.
This is how I installed the dependencies :
pip install git+https://github.com/huggingface/transformers
cd demo
pip install -r requirements_web_demo.txt
This might be related to the version of gradio_client. However, the currently installed version is the one required by gradio==4.31.3, which is specified in demo/requirements_web_demo.txt. Could you please tell me which version can be used?
The text was updated successfully, but these errors were encountered:
After I installed the dependencies in a newly created conda environment, I attempted to run the web demo, but the following error occurred:
ImportError: cannot import name 'handle_file' from 'gradio_client'
.This is how I installed the dependencies :
pip install git+https://github.com/huggingface/transformers cd demo pip install -r requirements_web_demo.txt
This might be related to the version of
gradio_client
. However, the currently installed version is the one required bygradio==4.31.3
, which is specified indemo/requirements_web_demo.txt
. Could you please tell me which version can be used?The text was updated successfully, but these errors were encountered: