Skip to content

Commit ee7129f

Browse files
committed
update readme
1 parent 93f06a0 commit ee7129f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Xiaolong Wang
44

55
UC San Diego, MIT
66

7+
[Video](https://x.com/xuxin_cheng/status/1783838823849546067)
8+
79
<p align="center">
810
<img src="./img/television.jpg" width="80%"/>
911
</p>
@@ -48,7 +50,7 @@ sudo ufw allow 8012
4850
```
4951
5.
5052
```python
51-
self.app = Vuer(host='0.0.0.0', cert="", key="")
53+
self.app = Vuer(host='0.0.0.0', cert="./cert.pem", key="./key.pem")
5254
```
5355

5456
6. install ca-certificates on VisionPro

0 commit comments

Comments
 (0)