Spaces:
Sleeping
Sleeping
Update agent/image_symptom_tool.py
Browse files
agent/image_symptom_tool.py
CHANGED
|
@@ -11,7 +11,7 @@ def analyze_symptom_image(image_url: str) -> str:
|
|
| 11 |
|
| 12 |
result = client.predict(
|
| 13 |
image=image_url,
|
| 14 |
-
api_name="/
|
| 15 |
)
|
| 16 |
|
| 17 |
return f"""
|
|
|
|
| 11 |
|
| 12 |
result = client.predict(
|
| 13 |
image=image_url,
|
| 14 |
+
api_name="/predict_gradio"
|
| 15 |
)
|
| 16 |
|
| 17 |
return f"""
|