lfolle commited on
Commit
64e2ba8
1 Parent(s): 1e918db

Update app.py

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