Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,11 +268,11 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
|
|
| 268 |
|
| 269 |
css = """
|
| 270 |
#generate {
|
| 271 |
-
height:
|
| 272 |
}
|
| 273 |
"""
|
| 274 |
|
| 275 |
-
with gr.Blocks() as demo:
|
| 276 |
with gr.Row():
|
| 277 |
with gr.Column(scale=6):
|
| 278 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
|
|
|
| 268 |
|
| 269 |
css = """
|
| 270 |
#generate {
|
| 271 |
+
height: 50%;
|
| 272 |
}
|
| 273 |
"""
|
| 274 |
|
| 275 |
+
with gr.Blocks(css=css) as demo:
|
| 276 |
with gr.Row():
|
| 277 |
with gr.Column(scale=6):
|
| 278 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|