Spaces:
Runtime error
Runtime error
Ankan Ghosh
commited on
Commit
·
d1f781a
1
Parent(s):
563f317
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,
|