priyar84 commited on
Commit
b4574a7
·
verified ·
1 Parent(s): 4e473b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #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
 
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