Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -193,10 +193,10 @@ class get_recipe_name(BaseModel):
|
|
193 |
def generate_recipe_name(base64_image):
|
194 |
# Example of how the JSON should look to make it clearer
|
195 |
example_json_structure = {
|
196 |
-
"recipe_name": ["
|
197 |
"ingredients": [
|
198 |
-
["
|
199 |
-
["
|
200 |
]
|
201 |
}
|
202 |
|
|
|
193 |
def generate_recipe_name(base64_image):
|
194 |
# Example of how the JSON should look to make it clearer
|
195 |
example_json_structure = {
|
196 |
+
"recipe_name": [""],
|
197 |
"ingredients": [
|
198 |
+
["", "", "", "", "", "", ""],
|
199 |
+
["", "", "", "", "", "", ""]
|
200 |
]
|
201 |
}
|
202 |
|