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=["image", "text"], # Output types for image and text
|
30 |
title="Minecraft Biomes Classifier", # Title of the interface
|
31 |
-
description="Upload a picture of a
|
32 |
)
|
33 |
|
34 |
# Launch the interface
|
|
|
28 |
inputs=gr.File(label="Upload File"), # File upload widget
|
29 |
outputs=["image", "text"], # Output types for image and text
|
30 |
title="Minecraft Biomes Classifier", # Title of the interface
|
31 |
+
description="Upload a picture of a Minecraft Biome (preferably a Birch Forest, Cave, Cherry Grove, Dark Forest, Deep Dark, Desert, End, Forest, Jungle, Mushroom Fields, Nether, Ocean, Plains, Savanna, Swamp or Taiga) to see what Biome it is and the models confidence level." # Description of the interface
|
32 |
)
|
33 |
|
34 |
# Launch the interface
|