Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,7 @@ demo = gr.Interface(
|
|
| 90 |
gr.Textbox(label="Predicted state"),
|
| 91 |
],
|
| 92 |
title="EfficientNet Two-Head Layer Trap Nest (LTN) Classifier",
|
|
|
|
| 93 |
examples=[
|
| 94 |
["./0.jpg"],
|
| 95 |
["./1.jpg"],
|
|
@@ -115,7 +116,6 @@ demo = gr.Interface(
|
|
| 115 |
["./21.jpg"],
|
| 116 |
["./22.jpg"],
|
| 117 |
],
|
| 118 |
-
label="12 species, 4 states supported.",
|
| 119 |
descriptions=[
|
| 120 |
"0: Cacoxnus indagator - Lv",
|
| 121 |
"1: Chelostoma florisomne - DauLv",
|
|
|
|
| 90 |
gr.Textbox(label="Predicted state"),
|
| 91 |
],
|
| 92 |
title="EfficientNet Two-Head Layer Trap Nest (LTN) Classifier",
|
| 93 |
+
description="12 species, 4 states supported.",
|
| 94 |
examples=[
|
| 95 |
["./0.jpg"],
|
| 96 |
["./1.jpg"],
|
|
|
|
| 116 |
["./21.jpg"],
|
| 117 |
["./22.jpg"],
|
| 118 |
],
|
|
|
|
| 119 |
descriptions=[
|
| 120 |
"0: Cacoxnus indagator - Lv",
|
| 121 |
"1: Chelostoma florisomne - DauLv",
|