Franco Astegiano commited on
Commit
3832bc7
1 Parent(s): 5f845d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def modify(imageinput,style_input):
183
  label = gr.outputs.Image(modify(content_image_input, style_image_input))
184
  app_interface = gr.Interface(modify,
185
  inputs=[content_image_input, style_image_input],
186
- outputs=label,
187
  title="Fast Neural Style Transfer",
188
  description="Gradio demo for Fast Neural Style Transfer using a pretrained Image Stylization model from TensorFlow Hub. To use it, simply upload a content image and style image, or click one of the examples to load them. To learn more about the project, please find the references listed below.",
189
  )
 
183
  label = gr.outputs.Image(modify(content_image_input, style_image_input))
184
  app_interface = gr.Interface(modify,
185
  inputs=[content_image_input, style_image_input],
186
+ outputs='image',
187
  title="Fast Neural Style Transfer",
188
  description="Gradio demo for Fast Neural Style Transfer using a pretrained Image Stylization model from TensorFlow Hub. To use it, simply upload a content image and style image, or click one of the examples to load them. To learn more about the project, please find the references listed below.",
189
  )