mouseland commited on
Commit
ac8a141
·
verified ·
1 Parent(s): e3ba99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ def update_image(filepath):
288
 
289
  def update_button(filepath):
290
  filepath = tif_view(filepath)
291
- filepath_show = norm_path(filepath[-1])
292
  return filepath_show, [filepath], fp0, fp0
293
 
294
  with gr.Blocks(title = "Hello",
 
288
 
289
  def update_button(filepath):
290
  filepath = tif_view(filepath)
291
+ filepath_show = norm_path(filepath)
292
  return filepath_show, [filepath], fp0, fp0
293
 
294
  with gr.Blocks(title = "Hello",