chef-transformer / meta.py
nbroad's picture
nbroad HF staff
cosmetic changes
e2d34bf
raw history blame
No virus
331 Bytes
HEADER_INFO = """
# Chef Transformer 🍲
This demo uses [T5 trained on the RecipeNLG dataset](https://huggingface.co/flax-community/t5-recipe-generation)
to generate recipes from a given set of ingredients
""".strip()
SIDEBAR_INFO = """
# Configuration
""".strip()
PROMPT_BOX = "Add custom ingredients here (separated by `,`): "