from jina import Flow flow = Flow(port=12345).add(uses=StableLM).add(uses=TextToImage) with flow: flow.block()