Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -543,9 +543,9 @@ css = '''
|
|
| 543 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
| 544 |
#random_btn{font-size: 300%}
|
| 545 |
#component-11{align-self: stretch;}
|
| 546 |
-
footer {visibility: hidden;}
|
| 547 |
-
'''
|
| 548 |
|
|
|
|
|
|
|
| 549 |
|
| 550 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 3600)) as app:
|
| 551 |
loras_state = gr.State(loras)
|
|
|
|
| 543 |
#custom_lora_btn{margin-top: auto;margin-bottom: 11px}
|
| 544 |
#random_btn{font-size: 300%}
|
| 545 |
#component-11{align-self: stretch;}
|
|
|
|
|
|
|
| 546 |
|
| 547 |
+
'''
|
| 548 |
+
#footer {visibility: hidden;}
|
| 549 |
|
| 550 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 3600)) as app:
|
| 551 |
loras_state = gr.State(loras)
|