bauerfel commited on
Commit
cca89a0
·
verified ·
1 Parent(s): c0d6e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
28
  inputs=gr.File(label="Upload File"), # File upload widget
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
 
 
28
  inputs=gr.File(label="Upload File"), # File upload widget
29
  outputs="text", # Output type
30
  title="Jellyfish Classifier", # Title of the interface
31
+ examples=["images/barrel_jellyfish.jpg", "images/blue_jellyfish.jpg", "images/compass_jellyfish.jpg", "images/lions_mane_jellyfish.jpg", "images/mauve_stinger_jellyfish.jpg", "images/Moon_jellyfish.jpg"],
32
  description="Upload a picture of a Jellyfish (preferably barrel, blue, compass, lions mane, mauve stinger, Moon)" # Description of the interface
33
  )
34