awacke1 commited on
Commit
ee12d81
·
verified ·
1 Parent(s): c3b83d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/6ld4w73-KcAE1pYV-suZV.png"
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: