akhaliq/paint-by-example
1
1<div style="text-align: center; max-width: 650px; margin: 0 auto;">2 <div style="3 display: inline-flex;4 gap: 0.8rem;5 font-size: 1.75rem;6 justify-content: center;7 margin-bottom: 10px;8 ">9 <h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">10 Paint by Example 🎨11 </h1>12 </div>13 <div>14 <p style="align-items: center; margin-bottom: 7px;">15 Paint by Example, upload a source image and draw a mask for what you want to replace with a example image. 16 </p>17 </div>18</div>