Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
docker run -d -p 5000:5000 --gpus=all r8.im/zsxkib/realistic-voice-cloning@sha256:
|
2 |
curl -s -X POST \
|
3 |
-H "Content-Type: application/json" \
|
4 |
-d $'{
|
@@ -6,7 +6,6 @@ curl -s -X POST \
|
|
6 |
"protect": 0.33,
|
7 |
"rvc_model": "Squidward",
|
8 |
"index_rate": 0.5,
|
9 |
-
"song_input": "https://replicate.delivery/pbxt/JsPIizFfRy54Jk5LuXdnrNdV1JHJ6oLmPPdRuIfh3lvpoNai/gangnam.mp3",
|
10 |
"reverb_size": 0.15,
|
11 |
"pitch_change": "no-change",
|
12 |
"rms_mix_rate": 0.25,
|
@@ -17,7 +16,7 @@ curl -s -X POST \
|
|
17 |
"reverb_wetness": 0.2,
|
18 |
"crepe_hop_length": 128,
|
19 |
"pitch_change_all": 0,
|
20 |
-
"main_vocals_volume_change":
|
21 |
"pitch_detection_algorithm": "rmvpe",
|
22 |
"instrumental_volume_change": 0,
|
23 |
"backup_vocals_volume_change": 0
|
|
|
1 |
+
docker run -d -p 5000:5000 --gpus=all r8.im/zsxkib/realistic-voice-cloning@sha256:a0076ea13a704d9fa6d02535bc8951d3b141c84dc95d2d3f2f5016eabfcb8d94
|
2 |
curl -s -X POST \
|
3 |
-H "Content-Type: application/json" \
|
4 |
-d $'{
|
|
|
6 |
"protect": 0.33,
|
7 |
"rvc_model": "Squidward",
|
8 |
"index_rate": 0.5,
|
|
|
9 |
"reverb_size": 0.15,
|
10 |
"pitch_change": "no-change",
|
11 |
"rms_mix_rate": 0.25,
|
|
|
16 |
"reverb_wetness": 0.2,
|
17 |
"crepe_hop_length": 128,
|
18 |
"pitch_change_all": 0,
|
19 |
+
"main_vocals_volume_change": 0,
|
20 |
"pitch_detection_algorithm": "rmvpe",
|
21 |
"instrumental_volume_change": 0,
|
22 |
"backup_vocals_volume_change": 0
|