Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ image2 = gr.Image(label="Style Image") #STYLE IMAGE
|
|
73 |
stylizedimg=gr.Image(label="Result")
|
74 |
gr.Interface(fn=transform_my_model, inputs= [image1,image2] ,
|
75 |
outputs= stylizedimg,title='Style Transfer',theme='seafoam',
|
76 |
-
examples=[['Content_Images/contnt12.jpg','VG516.jpg'],['Content_Images/
|
77 |
article="References-\n\nExploring the structure of a real-time, arbitrary neural artistic stylization network. Golnaz Ghiasi, Honglak Lee, Manjunath Kudlur, Vincent Dumoulin."
|
78 |
).launch()
|
79 |
|
|
|
73 |
stylizedimg=gr.Image(label="Result")
|
74 |
gr.Interface(fn=transform_my_model, inputs= [image1,image2] ,
|
75 |
outputs= stylizedimg,title='Style Transfer',theme='seafoam',
|
76 |
+
examples=[['Content_Images/contnt12.jpg','VG516.jpg'],['Content_Images/contnt2.jpg','Content_Images/styl9.jpg'],['Content_Images/contnt.jpg','Content_Images/styl22.jpg']],
|
77 |
article="References-\n\nExploring the structure of a real-time, arbitrary neural artistic stylization network. Golnaz Ghiasi, Honglak Lee, Manjunath Kudlur, Vincent Dumoulin."
|
78 |
).launch()
|
79 |
|