Commit
·
40dced2
1
Parent(s):
653cbef
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ description = "Upload an image and get prediction mask"
|
|
84 |
|
85 |
gr.Interface(fn=gen_pred,
|
86 |
inputs=[gr.Image(type='numpy')],
|
87 |
-
outputs=gr.Image(type='
|
88 |
title=title,
|
89 |
examples=[["003e2c95d.jpg"], ["003b50a15.jpg"], ["003b48a9e.jpg"], ["0038cbe45.jpg"], ["00371aa92.jpg"]],
|
90 |
description=description,
|
|
|
84 |
|
85 |
gr.Interface(fn=gen_pred,
|
86 |
inputs=[gr.Image(type='numpy')],
|
87 |
+
outputs=gr.Image(type='numpy'),
|
88 |
title=title,
|
89 |
examples=[["003e2c95d.jpg"], ["003b50a15.jpg"], ["003b48a9e.jpg"], ["0038cbe45.jpg"], ["00371aa92.jpg"]],
|
90 |
description=description,
|