Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2349,7 +2349,7 @@ css = '''
|
|
2349 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2350 |
'''
|
2351 |
|
2352 |
-
with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
|
2353 |
title = gr.HTML(
|
2354 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
2355 |
elem_id="title",
|
|
|
2349 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2350 |
'''
|
2351 |
|
2352 |
+
with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
|
2353 |
title = gr.HTML(
|
2354 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
2355 |
elem_id="title",
|