Spaces:
Runtime error
Runtime error
Output box height adjusted
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
| 116 |
label="Generated Image",
|
| 117 |
type="filepath",
|
| 118 |
elem_id="output_image",
|
| 119 |
-
height=
|
| 120 |
)
|
| 121 |
|
| 122 |
run_button.click(
|
|
|
|
| 116 |
label="Generated Image",
|
| 117 |
type="filepath",
|
| 118 |
elem_id="output_image",
|
| 119 |
+
height=650 # Increased the height by 100%
|
| 120 |
)
|
| 121 |
|
| 122 |
run_button.click(
|