Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2179,7 +2179,7 @@ css = '''
|
|
2179 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2180 |
'''
|
2181 |
|
2182 |
-
with gr.Blocks(theme="
|
2183 |
title = gr.HTML(
|
2184 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
2185 |
elem_id="title",
|
|
|
2179 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2180 |
'''
|
2181 |
|
2182 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 60)) as app:
|
2183 |
title = gr.HTML(
|
2184 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
2185 |
elem_id="title",
|