datdevsteve commited on
Commit
80d534a
·
verified ·
1 Parent(s): d8bcc32

Update agent/image_symptom_tool.py

Browse files
Files changed (1) hide show
  1. agent/image_symptom_tool.py +1 -1
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="/predict"
15
  )
16
 
17
  return f"""
 
11
 
12
  result = client.predict(
13
  image=image_url,
14
+ api_name="/predict_gradio"
15
  )
16
 
17
  return f"""