kfahn commited on
Commit
dab15df
·
verified ·
1 Parent(s): 9aab3c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ async def capture_screenshot():
53
  print("Screenshot saved!")
54
 
55
  @tool
56
- def grab_image() -> image:
57
  """
58
  Fetches an op art image from a p5 sketch.
59
  This function sends uses Playwright to launch a headles server and grab a screen shot of a p5.sketch.
 
53
  print("Screenshot saved!")
54
 
55
  @tool
56
+ def grab_image() -> img:
57
  """
58
  Fetches an op art image from a p5 sketch.
59
  This function sends uses Playwright to launch a headles server and grab a screen shot of a p5.sketch.