File size: 761 Bytes
711bab7
 
 
 
 
 
 
 
 
188440c
711bab7
 
 
 
87c8773
 
 
 
711bab7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
  <div style="
        display: inline-flex;
        gap: 0.8rem;
        font-size: 1.75rem;
        justify-content: center;
        margin-bottom: 10px;
      ">
    <h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">
      Paint by Example 🎨
    </h1>
  </div>
  <div>
    <p style="align-items: center; margin-bottom: 7px;">
      Paint by Example, upload a source image and draw a mask for what you want to replace with a example image. 
    </p>
    <p style="align-items: center; margin-bottom: 7px;">
      This demo currently only supports square source image. It will raise an error if the souce image is not square.
    </p>
  </div>
</div>