h1manshu commited on
Commit
04e27b3
·
verified ·
1 Parent(s): 77b5457

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -247,7 +247,7 @@ async def main():
247
  scores = []
248
  log_start(task=TASK_NAME, env=BENCHMARK, model=MODEL_NAME)
249
 
250
- async with CodeReviewEnv(base_url="http://h1manshu-code-review.hf.space") as env:
251
  for i in range(NUM_EPISODES):
252
  env.task_index = i
253
 
 
247
  scores = []
248
  log_start(task=TASK_NAME, env=BENCHMARK, model=MODEL_NAME)
249
 
250
+ async with CodeReviewEnv(base_url="https://h1manshu-code-review.hf.space") as env:
251
  for i in range(NUM_EPISODES):
252
  env.task_index = i
253