Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from Gradio_UI import GradioUI
|
|
8 |
|
9 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
10 |
@tool
|
11 |
-
def my_custom_tool(userprompt: str)-> str:
|
12 |
"""A tool that does helps to generate the image for the given text prompt
|
13 |
Args:
|
14 |
userprompt(str): A string that describes about the image to generate
|
|
|
8 |
|
9 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
10 |
@tool
|
11 |
+
def my_custom_tool(userprompt: str) -> str: #it's import to specify the return type
|
12 |
"""A tool that does helps to generate the image for the given text prompt
|
13 |
Args:
|
14 |
userprompt(str): A string that describes about the image to generate
|