Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -306,16 +306,6 @@ import base64
|
|
306 |
import requests
|
307 |
from PIL import Image
|
308 |
from io import BytesIO
|
309 |
-
from smolagents import (
|
310 |
-
CodeAgent,
|
311 |
-
ToolCallingAgent,
|
312 |
-
#InferenceClientModel,
|
313 |
-
WebSearchTool,
|
314 |
-
HfApiModel,
|
315 |
-
DuckDuckGoSearchTool,
|
316 |
-
FinalAnswerTool,
|
317 |
-
tool
|
318 |
-
)
|
319 |
|
320 |
|
321 |
# Define image analysis tool
|
|
|
306 |
import requests
|
307 |
from PIL import Image
|
308 |
from io import BytesIO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
|
310 |
|
311 |
# Define image analysis tool
|