Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
1500e0d
1
Parent(s):
89b9a2b
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ css = '''
|
|
225 |
.progress-container {width: 100%;height: 30px;background-color: #f0f0f0;border-radius: 15px;overflow: hidden;margin-bottom: 20px}
|
226 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
227 |
'''
|
228 |
-
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
229 |
title = gr.HTML(
|
230 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
231 |
elem_id="title",
|
|
|
225 |
.progress-container {width: 100%;height: 30px;background-color: #f0f0f0;border-radius: 15px;overflow: hidden;margin-bottom: 20px}
|
226 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
227 |
'''
|
228 |
+
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
229 |
title = gr.HTML(
|
230 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
231 |
elem_id="title",
|