Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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-
|
| 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:
|