jonas-luehrs commited on
Commit
ab05e84
·
verified ·
1 Parent(s): 41392dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ web_search_tool = DuckDuckGoSearchTool()
69
  model_downloads_tool = HFModelDownloadsTool()
70
  object_detection_tool = Tool.from_space(
71
  space_id="kadirnar/Yolov10",
72
- name="object-detection",
73
  description="Detect objects within an image"
74
  )
75
 
 
69
  model_downloads_tool = HFModelDownloadsTool()
70
  object_detection_tool = Tool.from_space(
71
  space_id="kadirnar/Yolov10",
72
+ name="object-detector",
73
  description="Detect objects within an image"
74
  )
75