Super nice theme, but....

#1
by zermok - opened

UserWarning: Cannot load {AUTHOR}/{SPACE_NAME}. Caught Exception: Repo id must use alphanumeric chars or '-', '_', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: '{AUTHOR}/{SPACE_NAME}'.
warnings.warn(f"Cannot load {theme}. Caught Exception: {str(e)}")

why not to make things easier by choosing a name without { } to avoid this warning?

Sorry for the confusion, space's name is actually "Nymbo/Nymbo_Theme_5". I've been hammering out some of the visual inconsistencies with "Nymbo/Nymbo_Theme" after the update to Gradio 5.0 so I hadn't bothered updating that bit. I'll update that for clarity now !

Sign up or log in to comment