Spaces:
Running
Running
Commit
·
c3feba5
1
Parent(s):
14cc766
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This repo contains two servers. Before setting up the servers, please follow the
|
|
28 |
-v /home/ubuntu/dotdemo/logs:/logs \
|
29 |
-v /home/ubuntu/dotdemo/train_server:/app \
|
30 |
-p 8080:8080 \
|
31 |
-
-it rvc:v0
|
32 |
```
|
33 |
2. Two test commands:
|
34 |
```bash
|
@@ -52,12 +52,12 @@ This repo contains two servers. Before setting up the servers, please follow the
|
|
52 |
-v /home/ubuntu/dotdemo/results:/outputDir \
|
53 |
-v /home/ubuntu/dotdemo/inference_server:/app \
|
54 |
-p 8081:8081 \
|
55 |
-
-it rvc:v0
|
56 |
```
|
57 |
2. Test command:
|
58 |
```bash
|
59 |
curl -X GET http://localhost:8081/inference \
|
60 |
-H 'Content-Type: application/json' \
|
61 |
-
-d '{"expName":"drake-
|
62 |
```
|
63 |
|
|
|
28 |
-v /home/ubuntu/dotdemo/logs:/logs \
|
29 |
-v /home/ubuntu/dotdemo/train_server:/app \
|
30 |
-p 8080:8080 \
|
31 |
+
-it fantasyfish677/rvc:v0
|
32 |
```
|
33 |
2. Two test commands:
|
34 |
```bash
|
|
|
52 |
-v /home/ubuntu/dotdemo/results:/outputDir \
|
53 |
-v /home/ubuntu/dotdemo/inference_server:/app \
|
54 |
-p 8081:8081 \
|
55 |
+
-it fantasyfish677/rvc:v0
|
56 |
```
|
57 |
2. Test command:
|
58 |
```bash
|
59 |
curl -X GET http://localhost:8081/inference \
|
60 |
-H 'Content-Type: application/json' \
|
61 |
+
-d '{"expName":"drake-20","audioFileName":"radwimps.mp3", "pitchShift": 0, "saveFileName":"radwimps_drake-20.wav"}'
|
62 |
```
|
63 |
|