asusevski commited on
Commit
1a5ca17
1 Parent(s): cb48b5b

better example and title change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ def classify_image(inp):
43
  gr.Interface(fn=classify_image,
44
  inputs=gr.Image(type="pil"),
45
  outputs=gr.Label(num_top_classes=3),
46
- title="Dog Image",
47
  examples=['chihuahua.jpg', 'yorkie.jpg']
48
  ).launch()
 
43
  gr.Interface(fn=classify_image,
44
  inputs=gr.Image(type="pil"),
45
  outputs=gr.Label(num_top_classes=3),
46
+ title="Dog Breed Classifier!",
47
  examples=['chihuahua.jpg', 'yorkie.jpg']
48
  ).launch()