File size: 1,315 Bytes
c74f8e0
 
 
 
 
 
 
5e4143f
c74f8e0
 
 
5e4143f
c74f8e0
 
5e4143f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c74f8e0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "title": "Attenborough Narrator",
    "description": "Have David Attenborough narrate your text",
    "inputs": [
        {
            "name": "text",
            "type": "text",
            "description": "Text to be narrated",
            "area": true,
            "options": {
                "min": 100,
                "max": 50000
            },
            "title": "Content"
        },
        {
            "name": "audio_urls",
            "type": "constant",
            "value": [
                "https://pub-93685b189ac24b30839990a7d9a14391.r2.dev/attenborough_short.wav"
            ]
        },
        {
            "name": "gpt_cond_len",
            "type": "constant",
            "value": 30
        },
        {
            "name": "gpt_cond_chunk_len",
            "type": "constant",
            "value": 4
        },
        {
            "name": "max_ref_length",
            "type": "constant",
            "value": 16
        },
        {
            "name": "temperature",
            "type": "constant",
            "value": 0.75
        },
        {
            "name": "repetition_penalty",
            "type": "constant",
            "value": 2.5
        },
        {
            "name": "language",
            "type": "constant",
            "value": "en"
        }
    ]
}