eybro commited on
Commit
961272d
·
verified ·
1 Parent(s): 43abfad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -146,6 +146,7 @@ with gr.Blocks() as demo:
146
  example_selection = gr.Gallery(
147
  value=list(example_images.values()),
148
  label="Click an Example Image",
 
149
  )
150
 
151
  with gr.Column():
 
146
  example_selection = gr.Gallery(
147
  value=list(example_images.values()),
148
  label="Click an Example Image",
149
+ type="value"
150
  )
151
 
152
  with gr.Column():