Spaces:
Running
on
Zero
Running
on
Zero
killwithabass
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ css = '''
|
|
99 |
#title img{width: 100px; margin-right: 0.5em}
|
100 |
'''
|
101 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
102 |
-
gr.Markdown("#Gay LoRAs Explorer for FLUX 1 DEV")
|
103 |
selected_index = gr.State(None)
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=3):
|
@@ -116,6 +116,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
116 |
allow_preview=False,
|
117 |
columns=3
|
118 |
)
|
|
|
119 |
|
120 |
with gr.Column(scale=4):
|
121 |
result = gr.Image(label="Generated Image")
|
|
|
99 |
#title img{width: 100px; margin-right: 0.5em}
|
100 |
'''
|
101 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
102 |
+
gr.Markdown("# Gay LoRAs Explorer for FLUX 1 DEV")
|
103 |
selected_index = gr.State(None)
|
104 |
with gr.Row():
|
105 |
with gr.Column(scale=3):
|
|
|
116 |
allow_preview=False,
|
117 |
columns=3
|
118 |
)
|
119 |
+
gr.Markdown("*You can add more models by creating a Pull Request to modify the file loras.json*")
|
120 |
|
121 |
with gr.Column(scale=4):
|
122 |
result = gr.Image(label="Generated Image")
|