pvanand commited on
Commit
733bdfd
·
verified ·
1 Parent(s): 78425d0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -37,7 +37,7 @@ class CodeExecutionResult:
37
  self.output = output
38
  self.error = error
39
 
40
- API_URL = "https://pvanand-code-execution-files-v4.hf.space"
41
 
42
  @tool
43
  def execute_python(code: str) -> str:
 
37
  self.output = output
38
  self.error = error
39
 
40
+ API_URL = "https://pvanand-code-execution-files-v5.hf.space"
41
 
42
  @tool
43
  def execute_python(code: str) -> str: