andromeda01111 commited on
Commit
43dfbe8
·
verified ·
1 Parent(s): de4acb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 example_images.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]}")
 
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]}")