Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
| 25 |
-
"""A tool that
|
| 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 |
"""
|