Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,12 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Video Background Replacer
|
| 13 |
-
AI-powered video background replacement using SAM2 and MatAnyone
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Video Background Replacer
|
| 13 |
+
AI-powered video background replacement using SAM2 and MatAnyone
|
| 14 |
+
|
| 15 |
+
## Self-test (no mocks)
|
| 16 |
+
This repo includes a real self-test that runs actual compute (no dummy text).
|
| 17 |
+
|
| 18 |
+
**CLI (local or in Spaces terminal):**
|
| 19 |
+
```bash
|
| 20 |
+
python app.py --self-test
|
| 21 |
+
# exits with code 0 if all checks pass, 2 if any check fails
|