Text Generation
Transformers
Safetensors
GGUF
llava
remyx
Inference Endpoints
File size: 341 Bytes
0ea9ef5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: "spacellava"
max_batch_size: 0
backend: "python"

input [
    {
        name: "PROMPT"
        data_type: TYPE_STRING
        dims: [ -1 ]
    },
    {
        name: "IMAGES"
        data_type: TYPE_STRING
        dims: [ -1 ]
    }
]

output [
    {
        name: "RESULTS"
        data_type: TYPE_STRING
        dims: [ -1 ]
    }
]