chansung commited on
Commit
e5be284
·
1 Parent(s): fff19e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,7 +10,9 @@ print(dataset)
10
  images = []
11
 
12
  def gallery_select(gallery, evt: gr.SelectData):
13
- print(evt)
 
 
14
 
15
  with gr.Blocks() as demo:
16
  for row in dataset['train']:
 
10
  images = []
11
 
12
  def gallery_select(gallery, evt: gr.SelectData):
13
+ print(evt.value)
14
+ print(evt.index)
15
+ print(evt.target)
16
 
17
  with gr.Blocks() as demo:
18
  for row in dataset['train']: