Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|