mohammadKa143 commited on
Commit
667f520
·
verified ·
1 Parent(s): dfb3382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import time
16
 
17
 
18
  @tool
19
- def show_image(image : PIL.Image.Image ):-> str #it's import to specify the return type
20
  #Keep this format for the description / args / args description but feel free to modify the tool
21
  """A tool that shows image generated by image_generation_tool
22
  Args:
 
16
 
17
 
18
  @tool
19
+ def show_image(image : PIL.Image.Image )-> str :#it's import to specify the return type
20
  #Keep this format for the description / args / args description but feel free to modify the tool
21
  """A tool that shows image generated by image_generation_tool
22
  Args: