Spaces:
Runtime error
Runtime error
Commit
•
29c3c12
1
Parent(s):
6375b74
Update app.py
Browse files
app.py
CHANGED
@@ -460,7 +460,7 @@ css = '''
|
|
460 |
#component-11{align-self: stretch;}
|
461 |
'''
|
462 |
|
463 |
-
with gr.Blocks(css=css, delete_cache=(60,
|
464 |
title = gr.HTML(
|
465 |
"""<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
|
466 |
margin-top: -25px !important;
|
|
|
460 |
#component-11{align-self: stretch;}
|
461 |
'''
|
462 |
|
463 |
+
with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
|
464 |
title = gr.HTML(
|
465 |
"""<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
|
466 |
margin-top: -25px !important;
|