Skip to content

Commit 686271c

Browse files
committed
tweaks
1 parent 001c71c commit 686271c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

references/nextjs-realtime/src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import RunButton from "@/components/RunButton";
22
import BatchRunButton from "@/components/BatchRunButton";
3-
import { ImageUploadButton, ImageUploadDropzone } from "@/components/ImageUploadButton";
3+
import { ImageUploadDropzone } from "@/components/ImageUploadButton";
44

55
export default function Home() {
66
return (
77
<main className="flex min-h-screen items-center justify-center">
88
<div className="flex flex-col space-y-4">
9-
{/* <RunButton />
10-
<BatchRunButton /> */}
9+
<RunButton />
10+
<BatchRunButton />
1111
<ImageUploadDropzone />
1212
</div>
1313
</main>

references/nextjs-realtime/src/trigger/images.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const handleUpload = schemaTask({
1919
high_threshold: 200,
2020
}),
2121
runFalModel("fal-ai/aura-sr", file.url, {}),
22-
runFalModel("fal-ai/imageutils/depth", file.url, {}),
2322
]);
2423
},
2524
});

0 commit comments

Comments
 (0)