Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,9 +79,8 @@ async def capture_screenshot():
|
|
79 |
page = await browser.new_page()
|
80 |
|
81 |
# Use the raw GitHub image URL
|
82 |
-
|
83 |
-
#https://
|
84 |
-
url = "https://thecodingtrain.com/showcase/author/kathy-mcguiness"
|
85 |
#url = "https://huggingface.co/datasets/hf-vision/course-assets/raw/main/feature-extraction-feature-matching/Flow-Chart-for-SURF-Feature-Detection.png"
|
86 |
image_url = url
|
87 |
|
|
|
79 |
page = await browser.new_page()
|
80 |
|
81 |
# Use the raw GitHub image URL
|
82 |
+
url = "https://openprocessing.org/sketch/2539973"
|
83 |
+
#url = "https://thecodingtrain.com/showcase/author/kathy-mcguiness"
|
|
|
84 |
#url = "https://huggingface.co/datasets/hf-vision/course-assets/raw/main/feature-extraction-feature-matching/Flow-Chart-for-SURF-Feature-Detection.png"
|
85 |
image_url = url
|
86 |
|