github-actions[bot] commited on
Commit
6697b64
·
1 Parent(s): f470f4b

Add HF Space frontmatter and update cyberpunk dependency for deployment

Browse files
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # LeRobot.js
2
 
3
  > interact with your robot in JS, inspired by [LeRobot](https://github.com/huggingface/lerobot)
 
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
7
+ sdk: static
8
+ license: apache-2.0
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
+
15
+
16
  # LeRobot.js
17
 
18
  > interact with your robot in JS, inspired by [LeRobot](https://github.com/huggingface/lerobot)
examples/cyberpunk-standalone/package.json CHANGED
@@ -14,7 +14,7 @@
14
  "@aws-sdk/lib-storage": "^3.850.0",
15
  "@hookform/resolvers": "^3.9.1",
16
  "@huggingface/hub": "^2.4.0",
17
- "@lerobot/web": "file:../../packages/web",
18
  "@radix-ui/react-accordion": "1.2.2",
19
  "@radix-ui/react-alert-dialog": "1.1.4",
20
  "@radix-ui/react-aspect-ratio": "1.1.1",
 
14
  "@aws-sdk/lib-storage": "^3.850.0",
15
  "@hookform/resolvers": "^3.9.1",
16
  "@huggingface/hub": "^2.4.0",
17
+ "@lerobot/web": "^0.3.0",
18
  "@radix-ui/react-accordion": "1.2.2",
19
  "@radix-ui/react-alert-dialog": "1.1.4",
20
  "@radix-ui/react-aspect-ratio": "1.1.1",