Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
@@ -9,7 +9,6 @@ from Gradio_UI import GradioUI
|
|
9 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
10 |
@tool
|
11 |
def my_custom_tool(prompt: str)-> str: #it's import to specify the return type
|
12 |
-
#Keep this format for the description / args / args description but feel free to modify the tool
|
13 |
"""A tool that does helps to generate the image for the given text prompt
|
14 |
Args:
|
15 |
prompt(str): A string that describes about the image to generate
|
|
|
9 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
10 |
@tool
|
11 |
def my_custom_tool(prompt: 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 |
prompt(str): A string that describes about the image to generate
|