prateekbh commited on
Commit
4cef152
·
verified ·
1 Parent(s): 7beb62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def format_prompt(message, history):
49
 
50
  def getProductDetails(history, image):
51
  product_description=getImageDescription(image)
52
- clients = InferenceClient("google/gemma-7b")
53
  rand_val = random.randint(1, 1111111111111111)
54
  if not history:
55
  history = []
 
49
 
50
  def getProductDetails(history, image):
51
  product_description=getImageDescription(image)
52
+ client = InferenceClient("google/gemma-7b")
53
  rand_val = random.randint(1, 1111111111111111)
54
  if not history:
55
  history = []