Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ css = '''
|
|
107 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
108 |
#title img{width: 100px; margin-right: 0.5em}
|
109 |
'''
|
110 |
-
with gr.Blocks(theme=
|
111 |
title = gr.HTML(
|
112 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
113 |
elem_id="title",
|
|
|
107 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
108 |
#title img{width: 100px; margin-right: 0.5em}
|
109 |
'''
|
110 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
|
111 |
title = gr.HTML(
|
112 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
113 |
elem_id="title",
|