manoh2f2 commited on
Commit
806c15a
1 Parent(s): 451678a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ images = ["images/daisy.jpg", "images/dandelion.jpg", "images/rosa.jpg", "images
7
  iface = gr.Interface.from_pipeline(
8
  pipe,
9
  examples= [ [example] for example in images],
10
- description="Daisy, Dandelion, Rose, Sonflower, Tulip",
11
  title="FLower Classifier - Vit"
12
  )
13
 
 
7
  iface = gr.Interface.from_pipeline(
8
  pipe,
9
  examples= [ [example] for example in images],
10
+ description="Final project that labels flowers images into: Daisy, Dandelion, Rose, Sunflower, Tulip",
11
  title="FLower Classifier - Vit"
12
  )
13