Skip to content

Commit

Permalink
aha
Browse files Browse the repository at this point in the history
  • Loading branch information
TotoB12 committed Feb 16, 2024
1 parent 3e23132 commit b62c978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ app.post("/generate-image", async (req, res) => {
}

try {
console.log(turbo);
const imageData = await generateImage(prompt, turbo);
res.json({ imageData: imageData.b64_json });
} catch (error) {
Expand Down

0 comments on commit b62c978

Please sign in to comment.