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