awacke1 commited on
Commit
8385b83
·
verified ·
1 Parent(s): 298c9b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,9 +60,9 @@ def create_download_link(filename, base64_str):
60
 
61
  # Get this from paste into markdown feature
62
  #image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/BGZtL7XUBqRI-PapdyZxs.png"
63
- image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/GlmvaYeqXX9YreVtTMXL2.png"
64
- image_url2 = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/6zPecp4Y1EW_XslTfLOJI.png"
65
- image_url3 = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/l9RMmYFkMmnQxjU7CruVQ.png"
66
  image_base64 = get_image_as_base64(image_url)
67
  image_base642 = get_image_as_base64(image_url2)
68
  image_base643 = get_image_as_base64(image_url3)
 
60
 
61
  # Get this from paste into markdown feature
62
  #image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/BGZtL7XUBqRI-PapdyZxs.png"
63
+ image_url = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/YZGOLf6fE1spAdyorCNGh.png"
64
+ image_url2 = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/qERawJvVM9P3s13tn5uHf.png"
65
+ image_url3 = "https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/DBOu6KKrd-f9TEqmFYS2t.png"
66
  image_base64 = get_image_as_base64(image_url)
67
  image_base642 = get_image_as_base64(image_url2)
68
  image_base643 = get_image_as_base64(image_url3)