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
Hmm looks like this might be an issue with the huggingface_hub library not parsing tags correctly, I'll push a temporary fix and then create an issue there. cc @Wauplin
Describe the bug
my_theme=gr.Theme.from_hub('xiaobaiyuan/theme_brief@>=1.0.0,<2.0.0')
When I run this line I got this error: raise ValueError(f"{space_info.id} is not a valid gradio-theme space!")
gradio version: 4.1.1
Very urgent!
Have you searched existing issues? 🔎
Reproduction
import gradio as gr
my_theme=gr.Theme.from_hub('xiaobaiyuan/theme_brief@>=1.0.0,<2.0.0')
Screenshot
No response
Logs
No response
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: