Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -434,15 +434,8 @@ steer the fight through the latent. **Click *Enter the Fog* and click the game o
|
|
| 434 |
"""
|
| 435 |
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
-
REPO_URL = "
|
| 438 |
REPO_MD = f"""
|
| 439 |
-
### 📦 Get the full Modular Mind project
|
| 440 |
-
This Space runs a **tiny, specialist-scale** version of the architecture. The full,
|
| 441 |
-
production-scale **Modular Mind** — transformer specialists (MLA / MoE / Hyper-Connections),
|
| 442 |
-
the `RecursiveLink` latent bridge, context-doubling and the residual latent highway — lives on GitHub:
|
| 443 |
-
|
| 444 |
-
### 👉 [**Download / view the Modular Mind repo on GitHub**]({REPO_URL})
|
| 445 |
-
*(placeholder link — swap `{REPO_URL}` for your actual repository)*
|
| 446 |
"""
|
| 447 |
|
| 448 |
TECH_MD = r"""
|
|
|
|
| 434 |
"""
|
| 435 |
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
+
REPO_URL = "#" # TODO: replace with the real repo
|
| 438 |
REPO_MD = f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 439 |
"""
|
| 440 |
|
| 441 |
TECH_MD = r"""
|