Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ async def capture_screenshot():
|
|
53 |
print("Screenshot saved!")
|
54 |
|
55 |
@tool
|
56 |
-
def grab_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.
|