Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ interface = gr.Interface(fn=style_transfer,
|
|
73 |
content_slider,
|
74 |
# style_checkbox
|
75 |
],
|
76 |
-
outputs=gr.outputs.Image(),
|
77 |
title=title,
|
78 |
description=description,
|
79 |
article=article,
|
|
|
73 |
content_slider,
|
74 |
# style_checkbox
|
75 |
],
|
76 |
+
outputs=gr.outputs.Image(type="pil"),
|
77 |
title=title,
|
78 |
description=description,
|
79 |
article=article,
|