Spaces:
Runtime error
Runtime error
Add more examples
Browse files- app.py +1 -1
- examples.py +1 -0
app.py
CHANGED
@@ -30,7 +30,7 @@ np.random.seed(42)
|
|
30 |
|
31 |
class TextGeneration:
|
32 |
def __init__(self):
|
33 |
-
self.debug =
|
34 |
self.dummy_output = {
|
35 |
'directions': [
|
36 |
"for the dough",
|
|
|
30 |
|
31 |
class TextGeneration:
|
32 |
def __init__(self):
|
33 |
+
self.debug = False
|
34 |
self.dummy_output = {
|
35 |
'directions': [
|
36 |
"for the dough",
|
examples.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
EXAMPLES = {
|
2 |
"Persian Chicken Stew (Fesenjan)": "walnut pieces, onion, boneless skinless chicken thighs, pomegranate molasses, orange juice, chicken stock, cinnamon, salt, pepper, oil",
|
|
|
3 |
"Chocolate Baklava": "phyllo dough, unsalted butter, walnuts, cinnamon, water, honey, melted chocolate",
|
4 |
"Korean Pork Chops": "pork chops, soy sauce, honey, garlic, sesame oil, fresh ginger root, sweet chili sauce, olive oil",
|
5 |
}
|
|
|
1 |
EXAMPLES = {
|
2 |
"Persian Chicken Stew (Fesenjan)": "walnut pieces, onion, boneless skinless chicken thighs, pomegranate molasses, orange juice, chicken stock, cinnamon, salt, pepper, oil",
|
3 |
+
"Pide (Turkish Flatbread)": "water, dry active yeast, flour, salt, olive oil, ground beef, onion, pepper, salt, feta cheese, parsley, lemon",
|
4 |
"Chocolate Baklava": "phyllo dough, unsalted butter, walnuts, cinnamon, water, honey, melted chocolate",
|
5 |
"Korean Pork Chops": "pork chops, soy sauce, honey, garlic, sesame oil, fresh ginger root, sweet chili sauce, olive oil",
|
6 |
}
|