Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ async def capture_screenshot():
|
|
82 |
#https://raw.githubusercontent.com/kfahn22/Op-Art/main/assets/gears.jpg
|
83 |
#https://github.com/kfahn22/Op-Art/blob/c6a7c906e978cd543a2d020379914bde7575e92b/assets/gears.jpg
|
84 |
url = "https://github.com/CodingTrain/thecodingtrain.com/blob/main/content/videos/challenges/168-the-mandelbulb/showcase/contribution1.png"
|
85 |
-
|
86 |
image_url = url
|
87 |
|
88 |
print(f"Opening image from GitHub: {image_url}")
|
|
|
82 |
#https://raw.githubusercontent.com/kfahn22/Op-Art/main/assets/gears.jpg
|
83 |
#https://github.com/kfahn22/Op-Art/blob/c6a7c906e978cd543a2d020379914bde7575e92b/assets/gears.jpg
|
84 |
url = "https://github.com/CodingTrain/thecodingtrain.com/blob/main/content/videos/challenges/168-the-mandelbulb/showcase/contribution1.png"
|
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 |
|
88 |
print(f"Opening image from GitHub: {image_url}")
|