Update app.py
Browse files
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.
|
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 |
|