sabre-code commited on
Commit
665b253
·
1 Parent(s): 8cecdef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify(img):
20
 
21
 
22
  gr.Interface(fn=classify,
23
- title=gr.HTML("<h1>Flower Classification App [Sunflower, Rose, Daisy, Dandelion, Tulips]</h1>"),
24
  inputs=gr.Image(shape=(180, 180)),
25
  outputs=gr.Label(num_top_classes=5),examples=["Dandelion.jpg", "rose.jpeg","sunflower.jpg", "tulips.jpeg"]).launch(debug=True)
26
 
 
20
 
21
 
22
  gr.Interface(fn=classify,
23
+ title="Flower Classification App [Sunflower, Rose, Daisy, Dandelion, Tulips]",
24
  inputs=gr.Image(shape=(180, 180)),
25
  outputs=gr.Label(num_top_classes=5),examples=["Dandelion.jpg", "rose.jpeg","sunflower.jpg", "tulips.jpeg"]).launch(debug=True)
26