Seqath commited on
Commit
4173421
Β·
verified Β·
1 Parent(s): 94e5bd2

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +26 -0
Dockerfile ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ docker run -d -p 5000:5000 --gpus=all r8.im/zsxkib/realistic-voice-cloning@sha256:0a9c7c558af4c0f20667c1bd1260ce32a2879944a0b9e44e1398660c077b1550
2
+ curl -s -X POST \
3
+ -H "Content-Type: application/json" \
4
+ -d $'{
5
+ "input": {
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,
13
+ "filter_radius": 3,
14
+ "output_format": "mp3",
15
+ "reverb_damping": 0.7,
16
+ "reverb_dryness": 0.8,
17
+ "reverb_wetness": 0.2,
18
+ "crepe_hop_length": 128,
19
+ "pitch_change_all": 0,
20
+ "main_vocals_volume_change": 10,
21
+ "pitch_detection_algorithm": "rmvpe",
22
+ "instrumental_volume_change": 0,
23
+ "backup_vocals_volume_change": 0
24
+ }
25
+ }' \
26
+ http://localhost:5000/predictions