Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -351,7 +351,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
| 351 |
columns=4,
|
| 352 |
elem_id="gallery",
|
| 353 |
show_share_button=False,
|
| 354 |
-
height=
|
| 355 |
)
|
| 356 |
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, info="Coming soon...")
|
| 357 |
with gr.Column(scale=5):
|
|
|
|
| 351 |
columns=4,
|
| 352 |
elem_id="gallery",
|
| 353 |
show_share_button=False,
|
| 354 |
+
height=550
|
| 355 |
)
|
| 356 |
custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, info="Coming soon...")
|
| 357 |
with gr.Column(scale=5):
|