jamino30 commited on
Commit
0803fb8
1 Parent(s): d3354c7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Neural Style Transfer w/ Salient Object Masking
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 Detection")
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)