Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,7 @@ iface = gr.Interface(
|
|
81 |
interpretation="default",
|
82 |
title = 'FER',
|
83 |
description = 'El ',
|
|
|
84 |
theme = 'grass'
|
85 |
)
|
86 |
|
|
|
81 |
interpretation="default",
|
82 |
title = 'FER',
|
83 |
description = 'El ',
|
84 |
+
examples=[["28860.png"], ["28790.png"]],
|
85 |
theme = 'grass'
|
86 |
)
|
87 |
|