Hammad712 commited on
Commit
0ebc5ad
·
verified ·
1 Parent(s): 481ebb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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": ["Chicken Karahi", "Pasta Alfredo"],
197
  "ingredients": [
198
- ["chicken", "tomatoes", "onion", "ginger", "garlic", "red chili pepper", "oil"],
199
- ["pasta", "cream", "butter", "parmesan cheese", "garlic", "salt", "pepper"]
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