mohammadKa143 commited on
Commit
be56511
·
verified ·
1 Parent(s): 6afe782

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.JpegImagePlugin.JpegImageFile ): #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 ): #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: