priyankasharma5882
commited on
Commit
•
8c1044f
1
Parent(s):
2e5a63e
Update app.py
Browse files
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', 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.
|
|
|
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. Hound 6. Herding 7. Non sporting Group ').launch()
|