Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -217,10 +217,7 @@ footer {
|
|
217 |
"""
|
218 |
|
219 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
|
220 |
-
|
221 |
-
"""<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
|
222 |
-
elem_id="title",
|
223 |
-
)
|
224 |
selected_index = gr.State(None)
|
225 |
with gr.Row():
|
226 |
with gr.Column(scale=3):
|
|
|
217 |
"""
|
218 |
|
219 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
|
220 |
+
|
|
|
|
|
|
|
221 |
selected_index = gr.State(None)
|
222 |
with gr.Row():
|
223 |
with gr.Column(scale=3):
|