friesti1 commited on
Commit
0067d0e
1 Parent(s): 9d9234e

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=["image", "text"], # Output types for image and text
30
  title="Minecraft Biomes Classifier", # Title of the interface
31
- description="Upload a picture of a Fruit (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
 
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