Spaces:
Sleeping
Sleeping
changed image_url argument to img_url
Browse files- nivra_agent.py +1 -1
nivra_agent.py
CHANGED
|
@@ -169,7 +169,7 @@ def nivra_vision(image_url: str, hint_text: str = "") -> str:
|
|
| 169 |
print("🖼️ nivra_vision called")
|
| 170 |
|
| 171 |
tool_output = analyze_symptom_image.invoke({
|
| 172 |
-
"
|
| 173 |
"image_description": hint_text
|
| 174 |
})
|
| 175 |
|
|
|
|
| 169 |
print("🖼️ nivra_vision called")
|
| 170 |
|
| 171 |
tool_output = analyze_symptom_image.invoke({
|
| 172 |
+
"img_url": image_url,
|
| 173 |
"image_description": hint_text
|
| 174 |
})
|
| 175 |
|