harelcain commited on
Commit
6ea3fc2
·
verified ·
1 Parent(s): ea8ff39

Upload 4 files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -16,4 +16,4 @@ Geometric alignment with background-aware color matching.
16
  - `POST /api/align` - Returns aligned image as PNG
17
  - `POST /api/align/base64` - Returns aligned image as base64 JSON
18
 
19
- Dedicated with love and devotion to Alon Y., Daniel B., Denis Z., Tal S. and the rest of the Animation Taskforce 2026.
 
16
  - `POST /api/align` - Returns aligned image as PNG
17
  - `POST /api/align/base64` - Returns aligned image as base64 JSON
18
 
19
+ Dedicated with love and devotion to Alon Y., Daniel B., Denis Z., Tal S., Adi B. and the rest of the Animation Taskforce 2026.
app.py CHANGED
@@ -1,7 +1,7 @@
1
  #!/usr/bin/env python3
2
  """
3
  Image Aligner - FastAPI Web Interface with API
4
- Dedicated with love and devotion to Alon Y., Daniel B., Denis Z., Tal S.
5
  and the rest of the Animation Taskforce 2026
6
  """
7
 
@@ -820,7 +820,7 @@ HTML_CONTENT = """
820
  <div class="container">
821
  <div class="dedication">
822
  <h2>Dedicated with &#9829; love and devotion to</h2>
823
- <div class="names">Alon Y., Daniel B., Denis Z., Tal S.</div>
824
  <div class="team">and the rest of the Animation Taskforce 2026</div>
825
  </div>
826
 
 
1
  #!/usr/bin/env python3
2
  """
3
  Image Aligner - FastAPI Web Interface with API
4
+ Dedicated with love and devotion to Alon Y., Daniel B., Denis Z., Tal S., Adi B.
5
  and the rest of the Animation Taskforce 2026
6
  """
7
 
 
820
  <div class="container">
821
  <div class="dedication">
822
  <h2>Dedicated with &#9829; love and devotion to</h2>
823
+ <div class="names">Alon Y., Daniel B., Denis Z., Tal S., Adi B.</div>
824
  <div class="team">and the rest of the Animation Taskforce 2026</div>
825
  </div>
826