muk42 commited on
Commit
01f345d
·
1 Parent(s): cc56de8
Files changed (1) hide show
  1. inference_tab/inference_setup.py +1 -1
inference_tab/inference_setup.py CHANGED
@@ -102,7 +102,7 @@ def get_inference_widgets(run_inference,georefImg):
102
  output = gr.Textbox(label="Progress", lines=5, interactive=False)
103
  download_file = gr.File(label="Download CSV",
104
  file_types=[".csv"],
105
- type="file")
106
 
107
  selected_tile_path = gr.State()
108
 
 
102
  output = gr.Textbox(label="Progress", lines=5, interactive=False)
103
  download_file = gr.File(label="Download CSV",
104
  file_types=[".csv"],
105
+ type="filepath")
106
 
107
  selected_tile_path = gr.State()
108