Spaces:
Build error
Build error
callumgander
commited on
Commit
•
320a766
1
Parent(s):
a3e75a8
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def predict(img):
|
|
13 |
title = "Ring Type Classifier"
|
14 |
description = "A ring type classifier trained using ImageNet and Fastai with data scrapped from Bing"
|
15 |
article=""
|
16 |
-
examples = ['signet_ring.jpg']
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|
|
|
13 |
title = "Ring Type Classifier"
|
14 |
description = "A ring type classifier trained using ImageNet and Fastai with data scrapped from Bing"
|
15 |
article=""
|
16 |
+
examples = ['signet_ring.jpg', 'solitaire.jpg', 'three-stone.jpg']
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|