Spaces:
Runtime error
Runtime error
Commit
·
b6f755b
1
Parent(s):
06516dd
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,6 @@ app_interface = gr.Interface(fn=perform_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 |
-
"1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub: https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization
|
36 |
"2. The idea to build a neural style transfer application was inspired from this Hugging Face Space: https://huggingface.co/spaces/luca-martial/neural-style-transfer")
|
37 |
app_interface.launch()
|
|
|
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 |
+
"1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub: <a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization'target='_blank'></a> \n"
|
36 |
"2. The idea to build a neural style transfer application was inspired from this Hugging Face Space: https://huggingface.co/spaces/luca-martial/neural-style-transfer")
|
37 |
app_interface.launch()
|