NERDDISCO commited on
Commit
7454b73
·
1 Parent(s): e2c12d2

docs: added descriptino & suggested_hardware

Browse files
Files changed (1) hide show
  1. docs/hf_config.yml +2 -0
docs/hf_config.yml CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  title: LeRobot.js
 
3
  emoji: 🤖
4
  colorFrom: purple
5
  colorTo: pink
@@ -8,5 +9,6 @@ license: apache-2.0
8
  app_build_command: "npm install --legacy-peer-deps --prefix examples/cyberpunk-standalone && npm run build --prefix examples/cyberpunk-standalone"
9
  app_file: examples/cyberpunk-standalone/dist/index.html
10
  pinned: true
 
11
  ---
12
 
 
1
  ---
2
  title: LeRobot.js
3
+ short_description: interact with your robot in JS, inspired by LeRobot
4
  emoji: 🤖
5
  colorFrom: purple
6
  colorTo: pink
 
9
  app_build_command: "npm install --legacy-peer-deps --prefix examples/cyberpunk-standalone && npm run build --prefix examples/cyberpunk-standalone"
10
  app_file: examples/cyberpunk-standalone/dist/index.html
11
  pinned: true
12
+ suggested_hardware: cpu-basic
13
  ---
14