BiomedParse / inference_utils /init_predict_dev.py
kernel-luso-comfort's picture
Add development environment setup with mock model functions and Gradio interface
287d863
raw
history blame
82 Bytes
def init_model():
return None
def predict(image, prompts):
return image