File size: 129 Bytes
a3d4015
 
 
012cb16
a3d4015
 
 
1
2
3
4
5
6
7
#!/bin/bash
set -e

pip install uv
uv pip install git+https://github.com/SawitProject/rvc.git

rvc-api --host 0.0.0.0 --port 8000