Spaces:
Runtime error
Runtime error
aravinds1811
commited on
Commit
•
06516dd
1
Parent(s):
fea95f8
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,7 @@ app_interface = gr.Interface(fn=perform_style_transfer,
|
|
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 |
app_interface.launch()
|
|
|
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 |
+
"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 \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()
|