Spaces:
Runtime error
Runtime error
aravinds1811
commited on
Commit
•
b8daab5
1
Parent(s):
edb7248
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ app_interface = gr.Interface(fn=perform_style_transfer,
|
|
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()
|
|
|
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()
|