Spaces:
Runtime error
Runtime error
Initial Commit
Browse files
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()
|