nanom commited on
Commit
bd7f247
·
1 Parent(s): 1b39f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with demo:
32
  with gr.Row():
33
  info = gr.Text(label="Sample Info")
34
  with gr.Row():
35
- img = gr.Image(label="Sample", type="numpy", tool=“select)
36
 
37
  btn_next.click(
38
  fn=sample.explorateSamples,
 
32
  with gr.Row():
33
  info = gr.Text(label="Sample Info")
34
  with gr.Row():
35
+ img = gr.Image(label="Sample", type="numpy", tool="select")
36
 
37
  btn_next.click(
38
  fn=sample.explorateSamples,