diff --git a/server/index.ts b/server/index.ts index d761e01..5358ce5 100644 --- a/server/index.ts +++ b/server/index.ts @@ -1035,7 +1035,7 @@ app.post("/api/3d-gen", async (c) => { Authorization: `Key ${FAL_KEY}`, "Content-Type": "application/json", }, - body: JSON.stringify({ image_url, prompt: "person . animal . object . furniture . vehicle . building", detection_threshold: 0.05, export_textured_glb: true }), + body: JSON.stringify({ image_url, prompt: "person . animal . object . furniture . vehicle . building", detection_threshold: 0.1, export_textured_glb: true }), signal: controller.signal, }); clearTimeout(timeout);