Skip to content

Commit

Permalink
πŸ› fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivien Mouret committed Jun 1, 2024
1 parent 7c520c1 commit 4ee4309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/mobbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@ class MobBot {
console.log(`[${getCurrentDatetime('comm')}] Error tweet command pepe predict ${err}`);
};

const data = await response.data;
downloadImagesFromUrl(data[0].url, `./styles/ai/pepe-diffuser.jpg`, function () {
console.log(`[${getCurrentDatetime('comm')}] Image successfully downloaded from HuggingFace`);
});
// const data = await response.data;
// downloadImagesFromUrl(data[0].url, `./styles/ai/pepe-diffuser.jpg`, function () {
// console.log(`[${getCurrentDatetime('comm')}] Image successfully downloaded from HuggingFace`);
// });

try {
const mediaIds = await Promise.all([
Expand Down

0 comments on commit 4ee4309

Please sign in to comment.