prateekbh commited on
Commit
eaebf0f
1 Parent(s): 5c80ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def getProductDescription(history):
59
 
60
  def interactWithModel(history, prompt):
61
  system_prompt="You're a helpful e-commerce marketing assitant working on art products."
62
- client = InferenceClient("google/gemma-2b-it")
63
  rand_val = random.randint(1, 1111111111111111)
64
  if not history:
65
  history = []
 
59
 
60
  def interactWithModel(history, prompt):
61
  system_prompt="You're a helpful e-commerce marketing assitant working on art products."
62
+ client = InferenceClient("google/gemma-7b-it")
63
  rand_val = random.randint(1, 1111111111111111)
64
  if not history:
65
  history = []