File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
references/nextjs-realtime/src Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import RunButton from "@/components/RunButton" ;
2
2
import BatchRunButton from "@/components/BatchRunButton" ;
3
- import { ImageUploadButton , ImageUploadDropzone } from "@/components/ImageUploadButton" ;
3
+ import { ImageUploadDropzone } from "@/components/ImageUploadButton" ;
4
4
5
5
export default function Home ( ) {
6
6
return (
7
7
< main className = "flex min-h-screen items-center justify-center" >
8
8
< div className = "flex flex-col space-y-4" >
9
- { /* <RunButton />
10
- <BatchRunButton /> */ }
9
+ < RunButton />
10
+ < BatchRunButton />
11
11
< ImageUploadDropzone />
12
12
</ div >
13
13
</ main >
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ export const handleUpload = schemaTask({
19
19
high_threshold : 200 ,
20
20
} ) ,
21
21
runFalModel ( "fal-ai/aura-sr" , file . url , { } ) ,
22
- runFalModel ( "fal-ai/imageutils/depth" , file . url , { } ) ,
23
22
] ) ;
24
23
} ,
25
24
} ) ;
You can’t perform that action at this time.
0 commit comments