Spaces:
Running
Running
Commit ·
d2e62ab
1
Parent(s): 092a885
id change
Browse files
app.py
CHANGED
|
@@ -9,9 +9,6 @@ Key features:
|
|
| 9 |
- Statistics and histogram visualization of object sizes
|
| 10 |
- Export results to CSV
|
| 11 |
|
| 12 |
-
## TODO:
|
| 13 |
-
- [ ] Load annotations from T-Rex
|
| 14 |
-
|
| 15 |
"""
|
| 16 |
|
| 17 |
# %% #|> Imports |
|
|
@@ -238,7 +235,7 @@ with gr.Blocks(
|
|
| 238 |
) as demo:
|
| 239 |
with gr.Tabs() as tabs:
|
| 240 |
# %% #|> Tab0 |
|
| 241 |
-
with gr.TabItem("0. readme", id=
|
| 242 |
gr.Markdown(
|
| 243 |
"""
|
| 244 |
# Spatstatapp
|
|
@@ -275,7 +272,7 @@ with gr.Blocks(
|
|
| 275 |
)
|
| 276 |
|
| 277 |
# %% Tab 1 |
|
| 278 |
-
with gr.TabItem("1.
|
| 279 |
with gr.Row():
|
| 280 |
with gr.Column(scale=10):
|
| 281 |
image_input = gr.Image(label="Click two points to measure distance",
|
|
|
|
| 9 |
- Statistics and histogram visualization of object sizes
|
| 10 |
- Export results to CSV
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
"""
|
| 13 |
|
| 14 |
# %% #|> Imports |
|
|
|
|
| 235 |
) as demo:
|
| 236 |
with gr.Tabs() as tabs:
|
| 237 |
# %% #|> Tab0 |
|
| 238 |
+
with gr.TabItem("0. readme", id=3, visible=True):
|
| 239 |
gr.Markdown(
|
| 240 |
"""
|
| 241 |
# Spatstatapp
|
|
|
|
| 272 |
)
|
| 273 |
|
| 274 |
# %% Tab 1 |
|
| 275 |
+
with gr.TabItem("1. Image Scale", id=0):
|
| 276 |
with gr.Row():
|
| 277 |
with gr.Column(scale=10):
|
| 278 |
image_input = gr.Image(label="Click two points to measure distance",
|