Spaces:
Runtime error
Runtime error
Commit
·
edb7248
1
Parent(s):
eeb169c
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 |
-
"<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"
|
36 |
-
"<a href='https://huggingface.co/spaces/luca-martial/neural-style-transfer'target='_blank'>2. The idea to build a neural style transfer application was inspired from this Hugging Face Space </a>")
|
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 |
+
"<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"
|
36 |
+
"<a href='https://huggingface.co/spaces/luca-martial/neural-style-transfer' target='_blank'>2. The idea to build a neural style transfer application was inspired from this Hugging Face Space </a>")
|
37 |
app_interface.launch()
|