Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
| 110 |
|
| 111 |
with gr.Row(visible=True) as example_image_row:
|
| 112 |
example_buttons = []
|
| 113 |
-
for label, path in
|
| 114 |
with gr.Column():
|
| 115 |
gr.Image(value=path, label=label, interactive=False, height=100)
|
| 116 |
btn = gr.Button(f"Use {label.split()[1]}")
|
|
|
|
| 110 |
|
| 111 |
with gr.Row(visible=True) as example_image_row:
|
| 112 |
example_buttons = []
|
| 113 |
+
for label, path in example_image.items():
|
| 114 |
with gr.Column():
|
| 115 |
gr.Image(value=path, label=label, interactive=False, height=100)
|
| 116 |
btn = gr.Button(f"Use {label.split()[1]}")
|