theme_builder / run.py
aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
715c015 verified
raw
history blame contribute delete
89 Bytes
from gradio.themes.builder_app import demo
if __name__ == "__main__":
demo.launch()