Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ async def capture_screenshot():
|
|
80 |
|
81 |
# Use the raw GitHub image URL
|
82 |
#https://github.com/kfahn22/Op-Art/blob/main/assets/gears.jpg
|
83 |
-
image_url = "https://raw.githubusercontent.com/kfahn22/
|
84 |
|
85 |
print(f"Opening image from GitHub: {image_url}")
|
86 |
await page.goto(image_url, timeout=120000) # Wait for the image page to load
|
|
|
80 |
|
81 |
# Use the raw GitHub image URL
|
82 |
#https://github.com/kfahn22/Op-Art/blob/main/assets/gears.jpg
|
83 |
+
image_url = "https://raw.githubusercontent.com/kfahn22/Op-Art/main/assets/gears.jpg"
|
84 |
|
85 |
print(f"Opening image from GitHub: {image_url}")
|
86 |
await page.goto(image_url, timeout=120000) # Wait for the image page to load
|