0xSynapse commited on
Commit
d1f781a
1 Parent(s): 563f317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,