tonyliu404 commited on
Commit
8592840
·
verified ·
1 Parent(s): c4307f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ if uploaded_image and query:
337
  {fpredictions}
338
  And the following user request:
339
  {query}
340
- Return to me JUST ONE of the classified images that most relates to the user request, based on the relevance of the user query.
341
  If the predictions and the user query do not correlate, return the most likely dish focusing on the user query.
342
  in the format: [dish]
343
  """
 
337
  {fpredictions}
338
  And the following user request:
339
  {query}
340
+ Return to me JUST ONE of the classified images that most relates to the user request.
341
  If the predictions and the user query do not correlate, return the most likely dish focusing on the user query.
342
  in the format: [dish]
343
  """