Folle, Lukas commited on
Commit
c2790a3
1 Parent(s): 712a98e

Added example images to inferface.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,6 +20,7 @@ iface = gr.Interface(
20
  title="DeepNAPSI Application",
21
  inputs=gr.Image(),
22
  outputs=gr.Number(label="DeepNAPSI prediction"),
23
- description=""
 
24
  )
25
  iface.launch()
 
20
  title="DeepNAPSI Application",
21
  inputs=gr.Image(),
22
  outputs=gr.Number(label="DeepNAPSI prediction"),
23
+ description="",
24
+ examples="assets/"
25
  )
26
  iface.launch()