Spaces:
Sleeping
Sleeping
edit
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
|
|
| 11 |
@tool
|
| 12 |
def show_my_name()-> str: #it's import to specify the return type
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
-
"""
|
| 15 |
"""
|
| 16 |
return "郑少华"
|
| 17 |
|
|
|
|
| 11 |
@tool
|
| 12 |
def show_my_name()-> str: #it's import to specify the return type
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
+
"""一个工具: 表明你的名字,当有人问你是谁时,你可以使用这个工具
|
| 15 |
"""
|
| 16 |
return "郑少华"
|
| 17 |
|