Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(title=TITLE) as demo:
|
|
257 |
)
|
258 |
with gr.Row():
|
259 |
examplars_plot = (
|
260 |
-
gr.Gallery().style(grid=
|
261 |
)
|
262 |
demo.load(
|
263 |
show_examplars,
|
|
|
257 |
)
|
258 |
with gr.Row():
|
259 |
examplars_plot = (
|
260 |
+
gr.Gallery().style(grid=9, height="auto")
|
261 |
)
|
262 |
demo.load(
|
263 |
show_examplars,
|