Aravindan commited on
Commit
5d96994
1 Parent(s): fff1bc2

Updated description and title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def predict_classes(link):
16
  return a
17
 
18
  label = gr.outputs.Label(num_top_classes=7)
19
- gr.Interface(fn=predict_classes, inputs='image', outputs=label,interpretation='default').launch()
16
  return a
17
 
18
  label = gr.outputs.Label(num_top_classes=7)
19
+ gr.Interface(fn=predict_classes, inputs='image', outputs=label,interpretation='default', title = 'Breed Classification detection ', description = 'It will classify 7 different species: You can drage the images from google. 1. Terrier 2. Toy 3. Working 4. Sporting 5. Haund 6. Herding 7. Non sporting Group ').launch()