lfolle commited on
Commit
3110826
·
1 Parent(s): f696919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  predict,
19
  title="DeepNAPSI Application",
20
  inputs=gr.Image(),
21
- outputs="numpy",
22
  description=""
23
  )
24
  iface.launch()
 
18
  predict,
19
  title="DeepNAPSI Application",
20
  inputs=gr.Image(),
21
+ outputs=gr.Number(label="DeepNAPSI prediction"),
22
  description=""
23
  )
24
  iface.launch()