github-actions[bot] commited on
Commit
bd660a9
·
1 Parent(s): 6d2dc92

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
@@ -11,7 +11,7 @@
11
  },
12
  "dependencies": {
13
  "@hookform/resolvers": "^3.9.1",
14
- "@lerobot/web": "workspace:*",
15
  "@radix-ui/react-accordion": "1.2.2",
16
  "@radix-ui/react-alert-dialog": "1.1.4",
17
  "@radix-ui/react-aspect-ratio": "1.1.1",
 
11
  },
12
  "dependencies": {
13
  "@hookform/resolvers": "^3.9.1",
14
+ "@lerobot/web": "^0.2.2",
15
  "@radix-ui/react-accordion": "1.2.2",
16
  "@radix-ui/react-alert-dialog": "1.1.4",
17
  "@radix-ui/react-aspect-ratio": "1.1.1",