Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🖼️
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
|
|
1 |
---
|
2 |
+
title: salient-style-transfer
|
3 |
emoji: 🖼️
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
app.py
CHANGED
@@ -103,7 +103,7 @@ css = """
|
|
103 |
"""
|
104 |
|
105 |
with gr.Blocks(css=css) as demo:
|
106 |
-
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer w/ Salient Object
|
107 |
with gr.Row(elem_id='container'):
|
108 |
with gr.Column():
|
109 |
content_image = gr.Image(label='Content', type='pil', sources=['upload', 'webcam', 'clipboard'], format='jpg', show_download_button=False)
|
|
|
103 |
"""
|
104 |
|
105 |
with gr.Blocks(css=css) as demo:
|
106 |
+
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer w/ Salient Object Masking")
|
107 |
with gr.Row(elem_id='container'):
|
108 |
with gr.Column():
|
109 |
content_image = gr.Image(label='Content', type='pil', sources=['upload', 'webcam', 'clipboard'], format='jpg', show_download_button=False)
|