DragonProgrammer commited on
Commit
3d290b1
·
verified ·
1 Parent(s): 7ea705e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: