Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -4,7 +4,7 @@ from smolagents import tool
|
|
| 4 |
import base64
|
| 5 |
from openai import OpenAI
|
| 6 |
import joblib
|
| 7 |
-
|
| 8 |
|
| 9 |
@tool
|
| 10 |
def download_and_get_path_for_provided_file(path: str) -> str:
|
|
|
|
| 4 |
import base64
|
| 5 |
from openai import OpenAI
|
| 6 |
import joblib
|
| 7 |
+
import os
|
| 8 |
|
| 9 |
@tool
|
| 10 |
def download_and_get_path_for_provided_file(path: str) -> str:
|