chenchangliu commited on
Commit
1abff61
·
verified ·
1 Parent(s): d60f722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 status**.\n"
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():