Fahimeh Orvati Nia
commited on
Commit
·
a28653b
1
Parent(s):
0409fbb
update
Browse files- app.py +1 -18
- plant48_frame8.tif +0 -3
- precomputed_demo/Vegetation_indices_images/gndvi.png +0 -3
- precomputed_demo/Vegetation_indices_images/ndvi.png +0 -3
- precomputed_demo/Vegetation_indices_images/savi.png +0 -3
- precomputed_demo/results/composite.png +0 -3
- precomputed_demo/results/input_image.png +0 -3
- precomputed_demo/results/mask.png +0 -3
- precomputed_demo/results/overlay.png +0 -3
- precomputed_demo/results/size.size_analysis.png +0 -3
- precomputed_demo/results/yolo_tips.png +0 -3
- precomputed_demo/texture_output/hog_green.png +0 -3
- precomputed_demo/texture_output/lac1_green.png +0 -3
- precomputed_demo/texture_output/lbp_green.png +0 -3
app.py
CHANGED
|
@@ -229,24 +229,7 @@ with gr.Blocks() as demo:
|
|
| 229 |
]
|
| 230 |
)
|
| 231 |
|
| 232 |
-
#
|
| 233 |
-
demo.load(
|
| 234 |
-
load_precomputed,
|
| 235 |
-
inputs=None,
|
| 236 |
-
outputs=[
|
| 237 |
-
input_img,
|
| 238 |
-
composite_img,
|
| 239 |
-
mask_img,
|
| 240 |
-
overlay_img,
|
| 241 |
-
texture_img,
|
| 242 |
-
hog_img,
|
| 243 |
-
lac1_img,
|
| 244 |
-
gallery,
|
| 245 |
-
size_img,
|
| 246 |
-
yolo_img,
|
| 247 |
-
stats,
|
| 248 |
-
],
|
| 249 |
-
)
|
| 250 |
|
| 251 |
if __name__ == "__main__":
|
| 252 |
demo.launch()
|
|
|
|
| 229 |
]
|
| 230 |
)
|
| 231 |
|
| 232 |
+
# No preloading: start with empty UI until the user runs the pipeline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
|
| 234 |
if __name__ == "__main__":
|
| 235 |
demo.launch()
|
plant48_frame8.tif
DELETED
Git LFS Details
|
precomputed_demo/Vegetation_indices_images/gndvi.png
DELETED
Git LFS Details
|
precomputed_demo/Vegetation_indices_images/ndvi.png
DELETED
Git LFS Details
|
precomputed_demo/Vegetation_indices_images/savi.png
DELETED
Git LFS Details
|
precomputed_demo/results/composite.png
DELETED
Git LFS Details
|
precomputed_demo/results/input_image.png
DELETED
Git LFS Details
|
precomputed_demo/results/mask.png
DELETED
Git LFS Details
|
precomputed_demo/results/overlay.png
DELETED
Git LFS Details
|
precomputed_demo/results/size.size_analysis.png
DELETED
Git LFS Details
|
precomputed_demo/results/yolo_tips.png
DELETED
Git LFS Details
|
precomputed_demo/texture_output/hog_green.png
DELETED
Git LFS Details
|
precomputed_demo/texture_output/lac1_green.png
DELETED
Git LFS Details
|
precomputed_demo/texture_output/lbp_green.png
DELETED
Git LFS Details
|