Feat, refactor: gradio theme setting
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import enum
|
||||
|
||||
LATEST_VERSION: str = "2.1.1"
|
||||
# Built-in theme: "default", "base", "monochrome", "soft", "glass"
|
||||
# See https://huggingface.co/spaces/gradio/theme-gallery for more themes
|
||||
GRADIO_THEME: str = "NoCrypt/miku"
|
||||
|
||||
LATEST_VERSION: str = "2.2"
|
||||
DEFAULT_STYLE: str = "Neutral"
|
||||
DEFAULT_STYLE_WEIGHT: float = 5.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user