Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
504da62
1
Parent(s):
fd8e800
Update app.py
Browse files
app.py
CHANGED
@@ -68,9 +68,15 @@ def run_lora(prompt, cfg_scale, steps, selected_index, randomize_seed, seed, wid
|
|
68 |
'''
|
69 |
#gen_column{height: 100%}
|
70 |
#gen_btn{height: 100%}
|
|
|
|
|
|
|
71 |
'''
|
72 |
-
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
73 |
-
gr.
|
|
|
|
|
|
|
74 |
selected_index = gr.State(None)
|
75 |
with gr.Row():
|
76 |
with gr.Column(scale=3):
|
|
|
68 |
'''
|
69 |
#gen_column{height: 100%}
|
70 |
#gen_btn{height: 100%}
|
71 |
+
#title{text-align: center;}
|
72 |
+
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
73 |
+
#title img{width: 100px; margin-right: 0.5em}
|
74 |
'''
|
75 |
+
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
76 |
+
title = gr.HTML(
|
77 |
+
"""<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
78 |
+
elem_id="title",
|
79 |
+
)
|
80 |
selected_index = gr.State(None)
|
81 |
with gr.Row():
|
82 |
with gr.Column(scale=3):
|