Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -247,14 +247,9 @@ def run_lora(
|
|
| 247 |
|
| 248 |
# Gradio interface
|
| 249 |
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
max-width: 640px;
|
| 254 |
-
}
|
| 255 |
-
"""
|
| 256 |
-
|
| 257 |
-
with gr.Blocks(css=css) as demo:
|
| 258 |
gr.Markdown("flux-dev-multi-lora")
|
| 259 |
with gr.Row():
|
| 260 |
|
|
|
|
| 247 |
|
| 248 |
# Gradio interface
|
| 249 |
|
| 250 |
+
|
| 251 |
+
|
| 252 |
+
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
gr.Markdown("flux-dev-multi-lora")
|
| 254 |
with gr.Row():
|
| 255 |
|