nami0342 commited on
Commit
3e52e69
Β·
1 Parent(s): b83b66f

Update gradio title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: IDM VTON BASE
3
  emoji: πŸ‘•πŸ‘”πŸ‘š
4
  colorFrom: yellow
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.24.0
8
  app_file: app.py
 
2
  title: IDM VTON BASE
3
  emoji: πŸ‘•πŸ‘”πŸ‘š
4
  colorFrom: yellow
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 4.24.0
8
  app_file: app.py
app.py CHANGED
@@ -260,8 +260,8 @@ for ex_human in human_list_path:
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
- gr.Markdown("## IDM-VTON BASE")
264
- gr.Markdown("DXCO:GENAI-VTON μž„μ„±λ‚¨, μœ€μ§€μ˜, κΉ€μ€€κΈ°")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
+ gr.Markdown("## DXCO : GENAI-VTON")
264
+ gr.Markdown("μž„μ„±λ‚¨, μœ€μ§€μ˜, κΉ€μ€€κΈ° based on IDM-VTON")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)