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