bauerfel commited on
Commit
08af4fa
·
verified ·
1 Parent(s): d653516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (preferably barrel, blue, compass, lions mane, mauve stinger, Moon)" # Description of the interface
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