Update src/prediction.py
Browse files- src/prediction.py +0 -1
src/prediction.py
CHANGED
@@ -95,7 +95,6 @@ def generation_function(texts, num_recipes=1):
|
|
95 |
|
96 |
items = [
|
97 |
"macaroni, butter, salt, bacon, milk, flour, pepper, cream corn",
|
98 |
-
"provolone cheese, bacon, bread, ginger"
|
99 |
]
|
100 |
generated = generation_function(items)
|
101 |
for text in generated:
|
|
|
95 |
|
96 |
items = [
|
97 |
"macaroni, butter, salt, bacon, milk, flour, pepper, cream corn",
|
|
|
98 |
]
|
99 |
generated = generation_function(items)
|
100 |
for text in generated:
|