Spaces:
Runtime error
Runtime error
Commit
•
a916aca
1
Parent(s):
eb14cc8
Update app.py
Browse files
app.py
CHANGED
@@ -477,12 +477,7 @@ css = '''
|
|
477 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
478 |
#random_btn{font-size: 300%}
|
479 |
'''
|
480 |
-
theme
|
481 |
-
text_size=gr.themes.Size(lg="18px", md="15px", sm="13px", xl="22px", xs="12px", xxl="24px", xxs="9px"),
|
482 |
-
font=[gr.themes.GoogleFont("Source Sans Pro"), "ui-sans-serif", "system-ui", "sans-serif"],
|
483 |
-
)
|
484 |
-
|
485 |
-
with gr.Blocks(theme=theme, css=css, delete_cache=(60, 3600)) as app:
|
486 |
title = gr.HTML(
|
487 |
"""<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
|
488 |
margin-top: -25px !important;
|
|
|
477 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
478 |
#random_btn{font-size: 300%}
|
479 |
'''
|
480 |
+
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
|
|
|
|
|
|
|
|
|
481 |
title = gr.HTML(
|
482 |
"""<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
|
483 |
margin-top: -25px !important;
|