Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
| 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 = []
|