ironjr commited on
Commit
238673d
β€’
1 Parent(s): 84130c6

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -38,7 +38,7 @@ share_js = """async () => {
38
  const res = await fetch(imgEl.src);
39
  const blob = await res.blob();
40
  const imgId = Date.now() % 200;
41
- const fileName = `diffuse-the-rest-${{imgId}}.jpg`;
42
  return new File([blob], fileName, { type: 'image/jpeg' });
43
  })
44
  );
 
38
  const res = await fetch(imgEl.src);
39
  const blob = await res.blob();
40
  const imgId = Date.now() % 200;
41
+ const fileName = `semantic-palette-xl-${{imgId}}.jpg`;
42
  return new File([blob], fileName, { type: 'image/jpeg' });
43
  })
44
  );