KurtLin commited on
Commit
84c9eb4
·
1 Parent(s): 5904f06

Initial Commit

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ import gradio as gr
7
 
8
  def get_select_coords(evt: gr.SelectData):
9
  position = (evt.index[0], evt.index[1])
10
- img_path = images[0]
11
  return img_path, position
12
 
13
  my_app = gr.Blocks()
 
7
 
8
  def get_select_coords(evt: gr.SelectData):
9
  position = (evt.index[0], evt.index[1])
 
10
  return img_path, position
11
 
12
  my_app = gr.Blocks()