Update app.py
Browse files
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
|
| 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",
|