fffiloni commited on
Commit
66b8369
·
verified ·
1 Parent(s): 2db5059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -167,6 +167,7 @@ with gr.Blocks() as demo:
167
  with gr.Column():
168
  points_map = gr.Image(
169
  label="points map",
 
170
  interactive=True
171
  )
172
  submit_btn = gr.Button("Submit")
 
167
  with gr.Column():
168
  points_map = gr.Image(
169
  label="points map",
170
+ type="filepath",
171
  interactive=True
172
  )
173
  submit_btn = gr.Button("Submit")