ACE-LoRA / prompt_templates.py
aydnarda's picture
upload supp files
05a82cf verified
raw
history blame contribute delete
112 Bytes
prompt_templates = [
lambda c: f'a chest X-ray image of {c}.',
lambda c: f'Findings suggesting {c}.',
]