Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ paris = ["example_paris.jpeg", "style_vangogh.jpeg"]
|
|
34 |
# Customize interface
|
35 |
title = "Fast Neural Style Transfer using TF-Hub"
|
36 |
description = "<p style='text-align: center'> Demo for Neural Style Transfer using a pretrained Arbitrary 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.</p>"
|
37 |
-
article = r"""
|
38 |
<br>
|
39 |
<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>
|
40 |
Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub
|
|
|
34 |
# Customize interface
|
35 |
title = "Fast Neural Style Transfer using TF-Hub"
|
36 |
description = "<p style='text-align: center'> Demo for Neural Style Transfer using a pretrained Arbitrary 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.</p>"
|
37 |
+
article = r"""<b>:: References ::</b>
|
38 |
<br>
|
39 |
<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>
|
40 |
Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub
|