Update app.py
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ with gr.Blocks(css=css,head=js,fill_height=True) as demo:
|
|
| 176 |
with gr.Group():
|
| 177 |
result = gr.Gallery(value=[cfg.get("cover_path","")],
|
| 178 |
label="Result", show_label=False, columns=1, rows=1, show_share_button=True,
|
| 179 |
-
show_download_button=True,allow_preview=True,interactive=False, min_width=cfg.get("window_min_width", 340),height=
|
| 180 |
)
|
| 181 |
with gr.Row():
|
| 182 |
prompt = gr.Text(
|
|
|
|
| 176 |
with gr.Group():
|
| 177 |
result = gr.Gallery(value=[cfg.get("cover_path","")],
|
| 178 |
label="Result", show_label=False, columns=1, rows=1, show_share_button=True,
|
| 179 |
+
show_download_button=True,allow_preview=True,interactive=False, min_width=cfg.get("window_min_width", 340),height=360
|
| 180 |
)
|
| 181 |
with gr.Row():
|
| 182 |
prompt = gr.Text(
|