oauth-workflow / workflow.json
hmb's picture
hmb HF Staff
Update workflow.json
089b518 verified
Raw
History Blame Contribute Delete
1.69 kB
{"schema_version":"2","name":"Ask About an Image","runtime":{"default":"client"},"references":[{"id":"ref-image","label":"Image","role":"reference","asset_type":"image","inputs":[{"id":"in","label":"Image","type":"image"}],"outputs":[{"id":"out","label":"Image","type":"image"}],"width":220,"height":124,"x":60,"y":80,"data":{}},{"id":"ref-question","label":"Question","role":"reference","asset_type":"text","inputs":[{"id":"in","label":"Text","type":"text"}],"outputs":[{"id":"out","label":"Text","type":"text"}],"width":220,"height":163,"x":60,"y":300,"data":{"in":"What is in this image?","out":""}}],"operators":[{"id":"op-vlm","label":"Kimi-K3","role":"operator","kind":"model","model_id":"moonshotai/Kimi-K3","endpoint":"chat_completion","pipeline_tag":"image-text-to-text","inputs":[{"id":"image","label":"Image","type":"image","required":false},{"id":"text","label":"Prompt","type":"text","required":false}],"outputs":[{"id":"out_0","label":"Text","type":"text","output_index":0}],"width":260,"height":147,"x":380,"y":180,"data":{}}],"subjects":[{"id":"subj-answer","label":"Answer","role":"subject","asset_type":"text","inputs":[{"id":"in","label":"Text","type":"text"}],"outputs":[{"id":"out","label":"Text","type":"text"}],"width":320,"height":163,"x":720,"y":180,"data":{"in":""}}],"edges":[{"id":"e1","from_node_id":"ref-image","from_port_id":"out","to_node_id":"op-vlm","to_port_id":"image","type":"image"},{"id":"e2","from_node_id":"ref-question","from_port_id":"out","to_node_id":"op-vlm","to_port_id":"text","type":"text"},{"id":"e3","from_node_id":"op-vlm","from_port_id":"out_0","to_node_id":"subj-answer","to_port_id":"in","type":"text"}],"view":{"default":"canvas"}}