Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
2861a5d
1
Parent(s):
78e3a99
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ css = '''
|
|
265 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
266 |
'''
|
267 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
268 |
-
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60,
|
269 |
title = gr.HTML(
|
270 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
271 |
elem_id="title",
|
|
|
265 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
266 |
'''
|
267 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
268 |
+
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
|
269 |
title = gr.HTML(
|
270 |
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
271 |
elem_id="title",
|