Spaces:
Running
on
Zero
Running
on
Zero
theme (#15)
Browse files- theme (1ffd5bb74f35ad988d8c0bf61b3d0b72a7b71e5a)
app.py
CHANGED
@@ -2339,7 +2339,7 @@ css = '''
|
|
2339 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2340 |
'''
|
2341 |
|
2342 |
-
with gr.Blocks(theme=
|
2343 |
title = gr.HTML("""<h1>FLUX LoRA DLC🥳</h1>""", elem_id="title",)
|
2344 |
selected_index = gr.State(None)
|
2345 |
with gr.Row():
|
|
|
2339 |
.progress-bar {height: 100%;background-color: #4f46e5;width: calc(var(--current) / var(--total) * 100%);transition: width 0.5s ease-in-out}
|
2340 |
'''
|
2341 |
|
2342 |
+
with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(60, 60)) as app:
|
2343 |
title = gr.HTML("""<h1>FLUX LoRA DLC🥳</h1>""", elem_id="title",)
|
2344 |
selected_index = gr.State(None)
|
2345 |
with gr.Row():
|