Spaces:
Sleeping
Sleeping
update
Browse files- app.py +1 -0
- demo_header.html +1 -3
- examples/00346245_00003200.jpg +0 -0
- examples/00346245_00006200.jpg +0 -0
- examples/00346245_mask.jpg +0 -0
- examples/00346245_mixed.jpg +0 -0
- examples/00533245_00003200_mouth.jpg +0 -0
- examples/00533245_00004200_eyes.jpg +0 -0
- examples/00533245_99_mask.jpg +0 -0
- examples/00533245_mixed.jpg +0 -0
- links.html +10 -0
app.py
CHANGED
@@ -74,6 +74,7 @@ demo_blocks = gr.Blocks(css=css, elem_id="demo-container")
|
|
74 |
with demo_blocks as demo:
|
75 |
with gr.Column():
|
76 |
gr.HTML(read_file("demo_header.html"))
|
|
|
77 |
with gr.Row():
|
78 |
with gr.Column():
|
79 |
image = gr.ImageEditor(height=800,sources=['upload','clipboard'],transforms=[],image_mode='RGB', layers=False, elem_id="Foreground", type="pil", label="Foreground",brush=gr.Brush(colors=["#fff"], color_mode="fixed"))
|
|
|
74 |
with demo_blocks as demo:
|
75 |
with gr.Column():
|
76 |
gr.HTML(read_file("demo_header.html"))
|
77 |
+
gr.HTML(read_file("links.html"))
|
78 |
with gr.Row():
|
79 |
with gr.Column():
|
80 |
image = gr.ImageEditor(height=800,sources=['upload','clipboard'],transforms=[],image_mode='RGB', layers=False, elem_id="Foreground", type="pil", label="Foreground",brush=gr.Brush(colors=["#fff"], color_mode="fixed"))
|
demo_header.html
CHANGED
@@ -2,9 +2,7 @@
|
|
2 |
<h1>
|
3 |
Simple Paste Image to Background
|
4 |
</h1>
|
5 |
-
<p>
|
6 |
-
<p>
|
7 |
-
|
8 |
See examples.
|
9 |
If you choose transparent image ,this paste no effect without mask so far
|
10 |
</p>
|
|
|
2 |
<h1>
|
3 |
Simple Paste Image to Background
|
4 |
</h1>
|
5 |
+
<p>
|
|
|
|
|
6 |
See examples.
|
7 |
If you choose transparent image ,this paste no effect without mask so far
|
8 |
</p>
|
examples/00346245_00003200.jpg
ADDED
![]() |
examples/00346245_00006200.jpg
ADDED
![]() |
examples/00346245_mask.jpg
ADDED
![]() |
examples/00346245_mixed.jpg
ADDED
![]() |
examples/00533245_00003200_mouth.jpg
ADDED
![]() |
examples/00533245_00004200_eyes.jpg
ADDED
![]() |
examples/00533245_99_mask.jpg
ADDED
![]() |
examples/00533245_mixed.jpg
ADDED
![]() |
links.html
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div style="text-align: center;">
|
2 |
+
<p><a href="https://huggingface.co/spaces/Akjava/godot-huggingface-chain">AI Diagram Chat with Voice/Face Character Making Tools</a></p>
|
3 |
+
<p><a href="https://huggingface.co/spaces/Akjava/WebPTalkHead">[WebP-3F-TH]</a>
|
4 |
+
<a href="https://huggingface.co/spaces/Akjava/flux1-schnell-mask-inpaint">[Flux1-Inpaint]</a>
|
5 |
+
<a href="https://huggingface.co/spaces/Akjava/OpenCVInpaintCPU">[OpenCV-Inapint]</a>
|
6 |
+
<a href="https://huggingface.co/spaces/Akjava/Simple-Whitebalance-Image">[Whitebalance]</a>
|
7 |
+
<a href="https://huggingface.co/spaces/Akjava/Simple-Mask-Paste-Image">[Paste Image]</a></p>
|
8 |
+
|
9 |
+
|
10 |
+
</div>
|