prateekbh commited on
Commit
2a415e1
·
verified ·
1 Parent(s): cb86cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class StopOnTokens(StoppingCriteria):
38
  return False
39
 
40
  def getProductDetails(history, image):
41
- product_description=getImageDescription(image)
42
  # clients = InferenceClient("google/gemma-7b")
43
  # rand_val = random.randint(1, 1111111111111111)
44
  if not history:
 
38
  return False
39
 
40
  def getProductDetails(history, image):
41
+ product_description=getImageDescription(history, image)
42
  # clients = InferenceClient("google/gemma-7b")
43
  # rand_val = random.randint(1, 1111111111111111)
44
  if not history: