Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hshjvc
Browse files
app.py
CHANGED
@@ -533,6 +533,7 @@ import numpy as np
|
|
533 |
from io import BytesIO
|
534 |
|
535 |
def download_image_to_numpy(url):
|
|
|
536 |
# Send a GET request to the URL to download the image
|
537 |
response = requests.get(url)
|
538 |
|
|
|
533 |
from io import BytesIO
|
534 |
|
535 |
def download_image_to_numpy(url):
|
536 |
+
print("Image URL: ", url)
|
537 |
# Send a GET request to the URL to download the image
|
538 |
response = requests.get(url)
|
539 |
|