-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Temporary fix to be able to load themes from Hub #6311
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-builds.s3.amazonaws.com/9b304588dbbd277fff918acdd2a60cbe9c25b7de/gradio-4.1.1-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@9b304588dbbd277fff918acdd2a60cbe9c25b7de#subdirectory=client/python" |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
Maintainers or the PR author can modify the PR title to modify this entry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
cc @Wauplin . Looks like something is up with getting tags from space readmes?
Thanks @freddyaboulton for the review. Created an issue here @Wauplin: huggingface/huggingface_hub#1806 |
Commented out a check to make sure that the loaded theme has the correct tags, as it seems that the
huggingface_hub
library is not parsing tags from SpacesCloses: #6298