Spaces:
Runtime error
Runtime error
File size: 336 Bytes
5f60815 98facac a4f8a98 eddee7c 5f60815 | 1 2 3 4 5 6 7 8 | import gradio as gr
from gradio.themes.builder_app import demo
if __name__ == "__main__":
from gradio.utils import get_space
path = "custom_css.css" if get_space() else "demo/custom_css/custom_css.css"
demo.launch(css_paths=["demo/custom_css/custom_css.css"], theme=gr.themes.Base(), head="<style id='theme_css'></style>")
|