Spaces:
Runtime error
Runtime error
File size: 318 Bytes
ac6bfa9 c7cd092 ac6bfa9 |
1 2 3 4 5 6 7 8 9 10 11 |
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 `,`): "
|