Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|