AhphaCLIP with llm Demo error
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:
try to changed the version to "gradio==3.37.0" or pip install gradio_client==0.2.7 according to https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once/issues/59 and https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11855
try to changed the version to "gradio==3.37.0" or
pip install gradio_client==0.2.7according to UX-Decoder/Segment-Everything-Everywhere-All-At-Once#59 and AUTOMATIC1111/stable-diffusion-webui#11855
Thanks for your work! Directly using pip install -r requirements.txt results in ""llava' is already used by a Transformers config" and other errors.
For me, I had to install transformers==4.34.0 gradio==3.37.0 to be able to run the demo.