Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def safe_calculator(expression: str) -> str:
|
|
151 |
class HfAgentWrapper:
|
152 |
def __init__(self):
|
153 |
print("Initializing HfAgentWrapper...")
|
154 |
-
model_repo = "bigcode/starcoderbase-1b" # <<< --- CORRECTED MODEL REPO ID
|
155 |
print(f"Loading HfAgent with model: {model_repo}")
|
156 |
|
157 |
try:
|
|
|
151 |
class HfAgentWrapper:
|
152 |
def __init__(self):
|
153 |
print("Initializing HfAgentWrapper...")
|
154 |
+
model_repo = "https://bigcode/starcoderbase-1b" # <<< --- CORRECTED MODEL REPO ID
|
155 |
print(f"Loading HfAgent with model: {model_repo}")
|
156 |
|
157 |
try:
|