Skip to content

Commit

Permalink
update describe
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua committed Jul 13, 2023
1 parent 81f9b2b commit 8bdbe1b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions example/describe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ async function main() {
if (!Describe) {
console.log("failed to describe");
}
const prompt = Describe?.descriptions[0] as string;
const imagine = await client.Imagine(
prompt,
(uri: string, progress: string) => {
console.log("Imagine.loading", uri, "progress", progress);
}
);
console.log(imagine);
client.Close();
}
main().catch((err) => {
console.log("finished");
Expand Down

0 comments on commit 8bdbe1b

Please sign in to comment.