Spaces:
Runtime error
Runtime error
Franco Astegiano
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ def modify(imageinput,style_input):
|
|
| 183 |
|
| 184 |
app_interface = gr.Interface(modify,
|
| 185 |
inputs=[content_image_input, style_image_input],
|
| 186 |
-
outputs=
|
| 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 |
|
| 184 |
app_interface = gr.Interface(modify,
|
| 185 |
inputs=[content_image_input, style_image_input],
|
| 186 |
+
outputs=outputs[0],
|
| 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 |
)
|