cfcooney commited on
Commit
6f5ada6
·
verified ·
1 Parent(s): d76f7d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
 
22
 
23
  @tool
24
- def list_model_downloads(task: str) -> str:
25
- """A tool that list the most downloaded model on huggingface for a specified task.
26
  Args:
27
  task: The name of a task for which huggingface models can be used.
28
  """
 
21
 
22
 
23
  @tool
24
+ def list_model_downloads(task: str)-> str:
25
+ """A tool that lists the most downloaded model on huggingface for a specified task.
26
  Args:
27
  task: The name of a task for which huggingface models can be used.
28
  """