Spaces:
Sleeping
Sleeping
Import name error
Browse files- tools/image_wrapper.py +1 -0
tools/image_wrapper.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
from smolagents import tool
|
| 2 |
import os
|
| 3 |
from datetime import datetime
|
|
|
|
| 4 |
|
| 5 |
# image_generation_tool est déjà chargé via load_tool(...)
|
| 6 |
|
|
|
|
| 1 |
from smolagents import tool
|
| 2 |
import os
|
| 3 |
from datetime import datetime
|
| 4 |
+
from app import image_generation_tool
|
| 5 |
|
| 6 |
# image_generation_tool est déjà chargé via load_tool(...)
|
| 7 |
|