clfegg commited on
Commit
d050a97
1 Parent(s): 5ba62fb

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -31,7 +31,7 @@ class ProductSearcher:
31
  "tôi muốn biết giá cái này"
32
  ]
33
  self.prompts = [
34
- "Descibe product in image with it color. Only answer in one sentence"
35
  "Describe the product in detail and provide information about the product. If you don't know the product, you can describe the image",
36
  "Estimate the price of the product and provide a detailed description of the product"
37
  ]
 
31
  "tôi muốn biết giá cái này"
32
  ]
33
  self.prompts = [
34
+ "Descibe product in image with it color. Only answer in one sentence",
35
  "Describe the product in detail and provide information about the product. If you don't know the product, you can describe the image",
36
  "Estimate the price of the product and provide a detailed description of the product"
37
  ]