File size: 1,053 Bytes
d02242a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "title": "Art QR Code Generator",
    "description": "Generate Artistic QR Codes With AI",
    "endpoint": "https://mq64ryl6i60phx3z.us-east-1.aws.endpoints.huggingface.cloud",
    "fields": [
        {
            "name": "inputs",
            "type": "_",
            "value": []
        },
        {
            "name": "styles",
            "type": "Text",
            "description": "Write a prompt describing the appearance of your artistic QR Code",
            "area": true,
            "title": "Style"
        },
        {
            "name": "content",
            "type": "Text",
            "description": "Content of the QR code",
            "area": false,
            "min": 1,
            "max": 200,
            "title": "Content"
        },
        {
            "name": "art_scale",
            "type": "Number",
            "description": "This controls how much creativity is used in the QR code",
            "title": "Creativity",
            "min": 0,
            "max": 1,
            "slider_step": 0.1
        }
    ]
}