Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ theme = gr.themes.Soft()
|
|
| 103 |
with gr.Blocks(theme=theme, title="LTN EfficientNet Two-Head Classifier") as demo:
|
| 104 |
gr.Markdown(
|
| 105 |
"# EfficientNet Two-Head Layer Trap Nest (LTN) Classifier\n"
|
| 106 |
-
"Upload a brood-cell image crop to predict **taxon** and **developmental
|
| 107 |
)
|
| 108 |
|
| 109 |
with gr.Row():
|
|
|
|
| 103 |
with gr.Blocks(theme=theme, title="LTN EfficientNet Two-Head Classifier") as demo:
|
| 104 |
gr.Markdown(
|
| 105 |
"# EfficientNet Two-Head Layer Trap Nest (LTN) Classifier\n"
|
| 106 |
+
"Upload a brood-cell image crop to predict **taxon** and **developmental state**.\n"
|
| 107 |
)
|
| 108 |
|
| 109 |
with gr.Row():
|