Update README.md
Browse files
README.md
CHANGED
@@ -44,11 +44,11 @@ image = Image.open(requests.get(url, stream=True).raw).convert("RGB")
|
|
44 |
## Caption
|
45 |
caption = "Dish: Strawberry Waffles\n\nSteps to prepare:\na). Preheat and grease a waffle iron according to manufacturer's instructions.\nb). Sift flour, baking powder, and salt together in a bowl. Whisk buttermilk, yogurt, butter, eggs, and sugar together in a separate bowl; stir into flour mixture until batter is smooth. Fold strawberries into batter.\nc). Pour about 1/3 cup batter into preheated waffle iron; cook until lightly browned, 5 to 7 minutes. Repeat with remaining batter.\n\nIngredients you'll need:\n(a). 2 1/2 cups all-purpose flour\n(b). 4 teaspoons baking powder\n(c). 3/4 teaspoon salt\n(d). 2 cups buttermilk\n(e). 1/2 cup vanilla Greek-style yogurt\n(f). 1/2 cup butter, melted\n(g). 2 eggs, beaten\n(h). 1 1/2 tablespoons white sugar\n(i). 3/4 cup chopped strawberries, or more to taste"
|
46 |
|
|
|
|
|
47 |
# Path to synthesizer
|
48 |
model_path = "AdaptLLM/visual-instruction-synthesizer"
|
49 |
|
50 |
-
# =========================== Do NOT need to modify the following ===============================
|
51 |
-
|
52 |
# Prompt Hints
|
53 |
caption_hint = "Describe the image."
|
54 |
precise_hint = "Answer with a precise response.\n"
|
|
|
44 |
## Caption
|
45 |
caption = "Dish: Strawberry Waffles\n\nSteps to prepare:\na). Preheat and grease a waffle iron according to manufacturer's instructions.\nb). Sift flour, baking powder, and salt together in a bowl. Whisk buttermilk, yogurt, butter, eggs, and sugar together in a separate bowl; stir into flour mixture until batter is smooth. Fold strawberries into batter.\nc). Pour about 1/3 cup batter into preheated waffle iron; cook until lightly browned, 5 to 7 minutes. Repeat with remaining batter.\n\nIngredients you'll need:\n(a). 2 1/2 cups all-purpose flour\n(b). 4 teaspoons baking powder\n(c). 3/4 teaspoon salt\n(d). 2 cups buttermilk\n(e). 1/2 cup vanilla Greek-style yogurt\n(f). 1/2 cup butter, melted\n(g). 2 eggs, beaten\n(h). 1 1/2 tablespoons white sugar\n(i). 3/4 cup chopped strawberries, or more to taste"
|
46 |
|
47 |
+
# =========================== Do NOT need to modify the following ===============================
|
48 |
+
|
49 |
# Path to synthesizer
|
50 |
model_path = "AdaptLLM/visual-instruction-synthesizer"
|
51 |
|
|
|
|
|
52 |
# Prompt Hints
|
53 |
caption_hint = "Describe the image."
|
54 |
precise_hint = "Answer with a precise response.\n"
|