Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def create_download_link(filename, base64_str):
|
|
33 |
return href
|
34 |
|
35 |
# Get this from paste into markdown feature
|
36 |
-
image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/
|
37 |
|
38 |
image_base64 = get_image_as_base64(image_url)
|
39 |
if image_base64 is not None:
|
|
|
33 |
return href
|
34 |
|
35 |
# Get this from paste into markdown feature
|
36 |
+
image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/95rO47yN-MF0bHTr8-IuO.png"
|
37 |
|
38 |
image_base64 = get_image_as_base64(image_url)
|
39 |
if image_base64 is not None:
|