Commit ·
e56b8f3
1
Parent(s): 7dc2aca
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ article = 'Sample images are taken from VG & AftenPoften webpages. Copyrights be
|
|
| 31 |
interpretation='default'
|
| 32 |
enable_queue=True
|
| 33 |
|
| 34 |
-
examples = ['happy1.jpg', 'happy2.jpg', 'angry1.
|
| 35 |
|
| 36 |
gr.Interface(fn = predict,
|
| 37 |
inputs = gr.Image(shape=(48, 48), image_mode='L'),
|
|
|
|
| 31 |
interpretation='default'
|
| 32 |
enable_queue=True
|
| 33 |
|
| 34 |
+
examples = ['happy1.jpg', 'happy2.jpg', 'angry1.png', 'angry2.jpg', 'neutral1.jpg', 'neutral2.jpg']
|
| 35 |
|
| 36 |
gr.Interface(fn = predict,
|
| 37 |
inputs = gr.Image(shape=(48, 48), image_mode='L'),
|