Dependency Conflict with huggingface-hub Version in Gradio and Llama-Index Setup

I looked at your space, and the cause is probably in README.md, which I think you can fix. README.md is a configuration file in HF.
There is a bigger problem, though. You have set the token as an environment variable, which is completely visible to others. I recommend that you set it as a secret.

Edit:
I opened PR for README.md.