Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
|
|
18 |
predict,
|
19 |
title="DeepNAPSI Application",
|
20 |
inputs=gr.Image(),
|
21 |
-
outputs="
|
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()
|