Spaces:
Runtime error
Runtime error
sachin
commited on
Commit
·
efbaf40
1
Parent(s):
52cde5c
examples
Browse files
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -12,7 +12,7 @@ def predict(img):
|
|
12 |
|
13 |
title = "Don't Hug Grizzy Accidentally"
|
14 |
description = "A bear classifier tells you exactly what you are about to hug."
|
15 |
-
examples = ['bear.
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|
|
|
12 |
|
13 |
title = "Don't Hug Grizzy Accidentally"
|
14 |
description = "A bear classifier tells you exactly what you are about to hug."
|
15 |
+
examples = ['teddy.jpg', 'Grizzly-bear.jpg']
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|