Spaces:
Running on Zero
Running on Zero
GitHub Actions commited on
Commit ·
76973b4
1
Parent(s): c2fa541
fix(spaces): restore main HearthNet Space frontmatter (app_file: app.py)
Browse filesRegression from merge 238ea73 (nemotron branch merge) overwrote the main
Space README with the companion's frontmatter, making build-small-hackathon/
HearthNet launch app_nemotron.py (port 7869) instead of app.py -> health
check on :7860 timed out. Restore title/emoji/app_file for the main Space.
README.md
CHANGED
|
@@ -1,20 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title: HearthNet
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
python_version: '3.10'
|
| 9 |
-
app_file:
|
| 10 |
pinned: true
|
| 11 |
-
short_description:
|
| 12 |
tags:
|
| 13 |
-
-
|
| 14 |
-
- nvidia
|
| 15 |
-
- document-intelligence
|
| 16 |
-
- off-brand
|
| 17 |
- tiny-titan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
license: apache-2.0
|
| 19 |
---
|
| 20 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: HearthNet
|
| 3 |
+
emoji: 🔥
|
| 4 |
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
python_version: '3.10'
|
| 9 |
+
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
+
short_description: Community-Owned AI Mesh That Works When The Internet Doesn't
|
| 12 |
tags:
|
| 13 |
+
- backyard-ai
|
|
|
|
|
|
|
|
|
|
| 14 |
- tiny-titan
|
| 15 |
+
- best-agent
|
| 16 |
+
- nemotron
|
| 17 |
+
- minicpm
|
| 18 |
+
- modal
|
| 19 |
+
- codex
|
| 20 |
license: apache-2.0
|
| 21 |
---
|
| 22 |
|