replicate / zoo

🦓 Zoo — Image Playground
https://zoo.replicate.dev
Apache License 2.0
319 stars 110 forks source link

One issue to run this repo #52

Closed LogicVirtuoso closed 1 year ago

LogicVirtuoso commented 1 year ago

When i run this repo, i got this error. zoo

const { data, error } = await db .from("predictions") .select() .eq("submission_id", req.query.id) .order("created_at", { ascending: true });

data.forEach((prediction) => { delete prediction.output; });

i always get null as data. Could you help me to run this repo successfully?