Spaces:
Sleeping
Sleeping
Update src/app/api/generate-image/route.ts
Browse files
src/app/api/generate-image/route.ts
CHANGED
@@ -8,7 +8,7 @@ export async function POST(request: Request) {
|
|
8 |
"https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large",
|
9 |
{
|
10 |
headers: {
|
11 |
-
Authorization:
|
12 |
"Content-Type": "application/json",
|
13 |
},
|
14 |
method: "POST",
|
|
|
8 |
"https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large",
|
9 |
{
|
10 |
headers: {
|
11 |
+
Authorization: "Bearer " + process.env.NEWT_PUBLIC_HUGGINGFACE_API_KEY,
|
12 |
"Content-Type": "application/json",
|
13 |
},
|
14 |
method: "POST",
|