From 5d83f85d1e4a472f883d9ff24ec2b5e582625f88 Mon Sep 17 00:00:00 2001 From: Felipe Delestro Matos <fima@comp-vmfima.compute.dtu.dk> Date: Wed, 30 Aug 2023 16:07:21 +0200 Subject: [PATCH] Changing default path for Data Explorer --- qim3d/gui/data_explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qim3d/gui/data_explorer.py b/qim3d/gui/data_explorer.py index c4416252..7ac43a16 100644 --- a/qim3d/gui/data_explorer.py +++ b/qim3d/gui/data_explorer.py @@ -37,7 +37,7 @@ class Interface: with gr.Row(): with gr.Column(scale=0.75): data_path = gr.Textbox( - value="gbar/zhome/15/b/200707/h5files/small_foram_recon.h5", + value="gbar/zhome/15/b/200707/img_examples/shell_225x128x128.tif", max_lines=1, label="Path to the 3D volume", ) -- GitLab