luca-martial commited on
Commit
dd310a1
1 Parent(s): 4995718

add ref article

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ avatar = [["example_avatar.jpeg"], ["example_kandinsky.jpeg"]]
34
  # Customize interface
35
  title = "Fast Neural Style Transfer using TF-Hub"
36
  description = "Demo for neural style transfer using the pretrained Arbitrary Image Stylization model from TensorFlow Hub."
37
- rticle = "<p style='text-align: center'><a href='https://arxiv.org/abs/1705.06830'>Exploring the structure of a real-time, arbitrary neural artistic stylization network</a></p>"
38
  content_input = gr.inputs.Image(label="Content Image", source="upload")
39
  style_input = gr.inputs.Image(label="Style Image", source="upload")
40
 
 
34
  # Customize interface
35
  title = "Fast Neural Style Transfer using TF-Hub"
36
  description = "Demo for neural style transfer using the pretrained Arbitrary Image Stylization model from TensorFlow Hub."
37
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1705.06830'>Exploring the structure of a real-time, arbitrary neural artistic stylization network</a></p>"
38
  content_input = gr.inputs.Image(label="Content Image", source="upload")
39
  style_input = gr.inputs.Image(label="Style Image", source="upload")
40