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