Upload folder using huggingface_hub
Browse files
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'>🖼️
|
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 Segmentation")
|
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)
|
u2net.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
# initial code for u2net arch
|