Spaces:
Runtime error
Runtime error
Update app.py
Browse filesRGBA format output
app.py
CHANGED
@@ -27,7 +27,7 @@ print("************************************")
|
|
27 |
|
28 |
iface = gr.Interface(fn=predict,
|
29 |
inputs=gr.Image(type="numpy"),
|
30 |
-
outputs=[gr.Image(type="numpy"),gr.Image(type="numpy")],
|
31 |
examples=["./logo.jpeg"])
|
32 |
print("****************Interface created******************")
|
33 |
|
|
|
27 |
|
28 |
iface = gr.Interface(fn=predict,
|
29 |
inputs=gr.Image(type="numpy"),
|
30 |
+
outputs=[gr.Image(type="numpy"),gr.Image(type="numpy", image_mode='RGBA')],
|
31 |
examples=["./logo.jpeg"])
|
32 |
print("****************Interface created******************")
|
33 |
|