nightfury commited on
Commit
abc3d6f
·
1 Parent(s): 3d23487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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""" \n\n :: References ::
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