Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
|
|
29 |
outputs="text", # Output type
|
30 |
title="Jellyfish Classifier", # Title of the interface
|
31 |
examples=["images/barrel_jellyfish.jpeg", "images/blue_jellyfish.jpeg", "images/compass_jellyfish.jpeg", "images/lions_mane_jellyfish.jpeg", "images/mauve_stinger_jellyfish.jpeg", "images/Moon_jellyfish.jpeg"],
|
32 |
-
description="Upload a picture of a Jellyfish (
|
33 |
)
|
34 |
|
35 |
# Launch the interface
|
|
|
29 |
outputs="text", # Output type
|
30 |
title="Jellyfish Classifier", # Title of the interface
|
31 |
examples=["images/barrel_jellyfish.jpeg", "images/blue_jellyfish.jpeg", "images/compass_jellyfish.jpeg", "images/lions_mane_jellyfish.jpeg", "images/mauve_stinger_jellyfish.jpeg", "images/Moon_jellyfish.jpeg"],
|
32 |
+
description="Upload a picture of a Jellyfish (barrel Gefährlichkeit: Niedrig, blue Gefährlichkeit: Moderat, compass Gefährlichkeit: Moderat, lions mane Gefährlichkeit: Hoch, mauve stinger Gefährlichkeit: Moderat bis Hoch, Moon Gefährlichkeit: Niedrig) " # Description of the interface
|
33 |
)
|
34 |
|
35 |
# Launch the interface
|