GitHub Actions commited on
Commit
76973b4
·
1 Parent(s): c2fa541

fix(spaces): restore main HearthNet Space frontmatter (app_file: app.py)

Browse files

Regression 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.

Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,20 +1,22 @@
1
  ---
2
- title: HearthNet-Nemotron
3
- emoji: 🔬
4
  colorFrom: purple
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 6.18.0
8
  python_version: '3.10'
9
- app_file: app_nemotron.py
10
  pinned: true
11
- short_description: Nemotron document intelligence HearthNet companion
12
  tags:
13
- - nemotron
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