Spaces:
Sleeping
Sleeping
Deploy deathmatch from 1b11116
Browse files- .gitattributes +1 -0
- README.md +1 -1
- app.py +2 -0
- examples/README.md +1 -0
- examples/altman.jpg +3 -0
- examples/clem.jpg +0 -0
.gitattributes
CHANGED
|
@@ -2,3 +2,4 @@ examples/britney.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 2 |
examples/musk.jpg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
examples/scarlett.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
examples/zuckerberg.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 2 |
examples/musk.jpg filter=lfs diff=lfs merge=lfs -text
|
| 3 |
examples/scarlett.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
examples/zuckerberg.jpg filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
examples/altman.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -72,7 +72,7 @@ A four-model pipeline β **every model under the hackathon's 32B cap**:
|
|
| 72 |
| 1 | Fight director β reads **both** photos β fight card JSON | **MiniCPM-V-2_6** (OpenBMB) | 8B |
|
| 73 |
| 2 | Claymation keyframe reel | **FLUX.1-schnell** (BFL) | 12B |
|
| 74 |
| 3 | Keyframes β continuous fight video (opt-in) | **LTX-Video** (Lightricks) | 2B |
|
| 75 |
-
| 3 | Two-announcer voiceover | **Qwen3-TTS VoiceDesign** (Qwen) |
|
| 76 |
|
| 77 |
**The entire fight pipeline runs on small models β all β€12B**, well under the
|
| 78 |
32B cap. No giant foundation model anywhere: a clever chain of small specialists
|
|
|
|
| 72 |
| 1 | Fight director β reads **both** photos β fight card JSON | **MiniCPM-V-2_6** (OpenBMB) | 8B |
|
| 73 |
| 2 | Claymation keyframe reel | **FLUX.1-schnell** (BFL) | 12B |
|
| 74 |
| 3 | Keyframes β continuous fight video (opt-in) | **LTX-Video** (Lightricks) | 2B |
|
| 75 |
+
| 3 | Two-announcer voiceover | **Qwen3-TTS VoiceDesign** (Qwen) | 1.7B |
|
| 76 |
|
| 77 |
**The entire fight pipeline runs on small models β all β€12B**, well under the
|
| 78 |
32B cap. No giant foundation model anywhere: a clever chain of small specialists
|
app.py
CHANGED
|
@@ -382,6 +382,8 @@ with gr.Blocks(title="Celebrity Deathmatch") as demo:
|
|
| 382 |
("britney", "Britney Spears", "eminem", "Eminem", "Classic Deathmatch ring"),
|
| 383 |
("musk", "Elon Musk", "zuckerberg", "Mark Zuckerberg", "Neon Tokyo street"),
|
| 384 |
("keanu", "Keanu Reeves", "scarlett", "Scarlett Johansson", "Rooftop at night"),
|
|
|
|
|
|
|
| 385 |
]
|
| 386 |
_examples = []
|
| 387 |
for a_slug, a_name, b_slug, b_name, ex_arena in EXAMPLE_MATCHUPS:
|
|
|
|
| 382 |
("britney", "Britney Spears", "eminem", "Eminem", "Classic Deathmatch ring"),
|
| 383 |
("musk", "Elon Musk", "zuckerberg", "Mark Zuckerberg", "Neon Tokyo street"),
|
| 384 |
("keanu", "Keanu Reeves", "scarlett", "Scarlett Johansson", "Rooftop at night"),
|
| 385 |
+
# Open-source vs closed AI β a wink for the Hugging Face judges.
|
| 386 |
+
("clem", "Clem Delangue", "altman", "Sam Altman", "Volcano lair"),
|
| 387 |
]
|
| 388 |
_examples = []
|
| 389 |
for a_slug, a_name, b_slug, b_name, ex_arena in EXAMPLE_MATCHUPS:
|
examples/README.md
CHANGED
|
@@ -13,6 +13,7 @@ Any of `.jpg` / `.jpeg` / `.png` / `.webp`:
|
|
| 13 |
| Britney vs. Eminem | `britney.jpg` | `eminem.jpg` |
|
| 14 |
| Elon Musk vs. Mark Zuckerberg | `musk.jpg` | `zuckerberg.jpg` |
|
| 15 |
| Keanu Reeves vs. Scarlett Johansson | `keanu.jpg` | `scarlett.jpg` |
|
|
|
|
| 16 |
|
| 17 |
(The display names + arena are pre-filled by the app β see `EXAMPLE_MATCHUPS`
|
| 18 |
in `ui/app.py`. To add a new matchup, add a row there and drop in two photos.)
|
|
|
|
| 13 |
| Britney vs. Eminem | `britney.jpg` | `eminem.jpg` |
|
| 14 |
| Elon Musk vs. Mark Zuckerberg | `musk.jpg` | `zuckerberg.jpg` |
|
| 15 |
| Keanu Reeves vs. Scarlett Johansson | `keanu.jpg` | `scarlett.jpg` |
|
| 16 |
+
| Clem Delangue vs. Sam Altman | `clem.jpg` | `altman.jpg` |
|
| 17 |
|
| 18 |
(The display names + arena are pre-filled by the app β see `EXAMPLE_MATCHUPS`
|
| 19 |
in `ui/app.py`. To add a new matchup, add a row there and drop in two photos.)
|
examples/altman.jpg
ADDED
|
Git LFS Details
|
examples/clem.jpg
ADDED
|