Spaces:
Runtime error
Runtime error
Franco Astegiano
commited on
Commit
•
dd082ff
1
Parent(s):
95b1389
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ app_interface = gr.Interface(perform_style_transfer,
|
|
195 |
inputs=[content_image_input, style_image_input],
|
196 |
outputs = gr.outputs.Image(),
|
197 |
title="Fast Neural Style Transfer",
|
198 |
-
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
|
199 |
)
|
200 |
app_interface.launch(debug= True)
|
201 |
|
|
|
195 |
inputs=[content_image_input, style_image_input],
|
196 |
outputs = gr.outputs.Image(),
|
197 |
title="Fast Neural Style Transfer",
|
198 |
+
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. To learn more about the project, please find the references listed below.",
|
199 |
)
|
200 |
app_interface.launch(debug= True)
|
201 |
|