ysharma HF Staff commited on
Commit
b4bdb43
·
1 Parent(s): 9e63a82

Added user name details on description

Browse files

Great stuff !! Adding the name details will help the HF Staff and the community recognize who has built this awesome theme- demos!

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ app_interface = gr.Interface(fn=perform_style_transfer,
29
  inputs=[content_image_input, style_image_input],
30
  outputs="image",
31
  title="Fast Neural Style Transfer",
32
- 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.",
 
33
  examples=[glacier, golden_gate, joshua_tree],
34
  article="**References**\n\n"
35
  "<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub</a> \n"
 
29
  inputs=[content_image_input, style_image_input],
30
  outputs="image",
31
  title="Fast Neural Style Transfer",
32
+ 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.<br>
33
+ This Gradio Demo was build by <a href="https://huggingface.co/gstaff" target="_blank">Grant Stafford @gstaff</a>.""",
34
  examples=[glacier, golden_gate, joshua_tree],
35
  article="**References**\n\n"
36
  "<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub</a> \n"