We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I run the app.py in demo/with_llm, I find the "send" button is useless. I have download all the required checkpoints. This is my terminal error:
The text was updated successfully, but these errors were encountered:
try to changed the version to "gradio==3.37.0" or pip install gradio_client==0.2.7 according to UX-Decoder/Segment-Everything-Everywhere-All-At-Once#59 and AUTOMATIC1111/stable-diffusion-webui#11855
pip install gradio_client==0.2.7
Sorry, something went wrong.
Thanks for your work! Directly using pip install -r requirements.txt results in ""llava' is already used by a Transformers config" and other errors.
pip install -r requirements.txt
For me, I had to install transformers==4.34.0 gradio==3.37.0 to be able to run the demo.
transformers==4.34.0 gradio==3.37.0
No branches or pull requests
when I run the app.py in demo/with_llm, I find the "send" button is useless. I have download all the required checkpoints. This is my terminal error:
The text was updated successfully, but these errors were encountered: