Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
d1b7eda
1
Parent(s):
596f1e1
Update app.py
Browse files
app.py
CHANGED
@@ -653,7 +653,7 @@ css = '''
|
|
653 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
654 |
'''
|
655 |
|
656 |
-
with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60,
|
657 |
title = gr.HTML(
|
658 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
659 |
elem_id="title",
|
|
|
653 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
654 |
'''
|
655 |
|
656 |
+
with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60, 60)) as app:
|
657 |
title = gr.HTML(
|
658 |
"""<h1>FLUX LoRA DLC🥳</h1>""",
|
659 |
elem_id="title",
|