Spaces:
Runtime error
Runtime error
Commit
·
dfe775f
1
Parent(s):
4f97c1f
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,8 @@ with gr.Blocks(css="custom.css") as demo:
|
|
| 229 |
allow_preview=False,
|
| 230 |
columns=3,
|
| 231 |
elem_id="gallery",
|
| 232 |
-
show_share_button=False
|
|
|
|
| 233 |
)
|
| 234 |
with gr.Column():
|
| 235 |
prompt_title = gr.Markdown(
|
|
|
|
| 229 |
allow_preview=False,
|
| 230 |
columns=3,
|
| 231 |
elem_id="gallery",
|
| 232 |
+
show_share_button=False,
|
| 233 |
+
height=784
|
| 234 |
)
|
| 235 |
with gr.Column():
|
| 236 |
prompt_title = gr.Markdown(
|