Spaces:
Sleeping
Sleeping
Update agents/image_agent.py
#22
by Muthuraja18 - opened
- agents/image_agent.py +1 -1
agents/image_agent.py
CHANGED
|
@@ -31,7 +31,7 @@ class ImageAgent:
|
|
| 31 |
# --------------------------
|
| 32 |
# Analyze Image
|
| 33 |
# --------------------------
|
| 34 |
-
def auto_analyze(self):
|
| 35 |
|
| 36 |
image = self.memory.last_used_image
|
| 37 |
|
|
|
|
| 31 |
# --------------------------
|
| 32 |
# Analyze Image
|
| 33 |
# --------------------------
|
| 34 |
+
def auto_analyze(self, image_path=None):
|
| 35 |
|
| 36 |
image = self.memory.last_used_image
|
| 37 |
|