manoh2f2 commited on
Commit
ad8017d
·
1 Parent(s): 806c15a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,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
 
14
  iface.launch()
 
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
 
14
  iface.launch()