jonigata commited on
Commit
eebf116
1 Parent(s): e9a85fd

add reference information

Browse files
Files changed (1) hide show
  1. main.py +6 -0
main.py CHANGED
@@ -37,6 +37,12 @@ with gr.Blocks(css="""button { min-width: 80px; }""") as demo:
37
  mask = gr.Image()
38
  frontImage = gr.Image(image_mode="RGBA")
39
  backImage = gr.Image(image_mode="RGBA")
 
 
 
 
 
 
40
  with gr.Accordion(label="Json", open=False):
41
  json = gr.JSON(label="Json")
42
  with gr.Column(scale=3):
 
37
  mask = gr.Image()
38
  frontImage = gr.Image(image_mode="RGBA")
39
  backImage = gr.Image(image_mode="RGBA")
40
+ gr.Markdown("""
41
+ #### Reference
42
+ Pose estimation: [MMPose](https://github.com/open-mmlab/mmpose)
43
+
44
+ Image splitting: [anime-segmentation](https://github.com/SkyTNT/anime-segmentation/)
45
+ """)
46
  with gr.Accordion(label="Json", open=False):
47
  json = gr.JSON(label="Json")
48
  with gr.Column(scale=3):