Spaces:
Build error
Build error
Youngsun Lim commited on
Commit ·
d4350e9
1
Parent(s): dbd3f6b
1014
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ for cls, files in EXAMPLES.items():
|
|
| 119 |
|
| 120 |
|
| 121 |
# -------------------- UI --------------------
|
| 122 |
-
with gr.Blocks(
|
| 123 |
# ------------------ PAGE 1: Intro + Examples ------------------
|
| 124 |
page_intro = gr.Group(visible=True)
|
| 125 |
with page_intro:
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
# -------------------- UI --------------------
|
| 122 |
+
with gr.Blocks(fill_height=True) as demo:
|
| 123 |
# ------------------ PAGE 1: Intro + Examples ------------------
|
| 124 |
page_intro = gr.Group(visible=True)
|
| 125 |
with page_intro:
|