Louis VAUBOURDOLLE
commited on
Commit
·
4496144
1
Parent(s):
e5826c4
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ iface = gr.Interface(
|
|
13 |
analyse,
|
14 |
gr.inputs.Image(shape=(128,128)),
|
15 |
"text",
|
16 |
-
examples=[
|
17 |
-
],
|
18 |
)
|
19 |
iface.launch()
|
|
|
13 |
analyse,
|
14 |
gr.inputs.Image(shape=(128,128)),
|
15 |
"text",
|
16 |
+
examples=['non.jpg', 'moderate.jpg', 'mild.jpg', 'verymild.jpg'],
|
|
|
17 |
)
|
18 |
iface.launch()
|