Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def safe_calculator(expression: str) -> str:
|
|
150 |
class HfAgentWrapper:
|
151 |
def __init__(self):
|
152 |
print("Initializing HfAgentWrapper...")
|
153 |
-
model_repo = "google/gemma-1.1-7b-it" # Or your preferred model
|
154 |
print(f"Loading HfAgent with model: {model_repo}")
|
155 |
|
156 |
try:
|
|
|
150 |
class HfAgentWrapper:
|
151 |
def __init__(self):
|
152 |
print("Initializing HfAgentWrapper...")
|
153 |
+
model_repo = "https://google/gemma-1.1-7b-it" # Or your preferred model
|
154 |
print(f"Loading HfAgent with model: {model_repo}")
|
155 |
|
156 |
try:
|