Spaces:
Runtime error
Runtime error
william commited on
Commit ·
da106cc
1
Parent(s): 8059cb6
test private space
Browse files
src/app/style-transform/route.ts
CHANGED
|
@@ -11,7 +11,8 @@ export async function POST(req: Request) {
|
|
| 11 |
.request({
|
| 12 |
method: "post",
|
| 13 |
maxBodyLength: Infinity,
|
| 14 |
-
url: "http://8.134.189.128:55233/style",
|
|
|
|
| 15 |
headers: {
|
| 16 |
"Content-Type": "application/json",
|
| 17 |
Authorization: "Bearer kk",
|
|
|
|
| 11 |
.request({
|
| 12 |
method: "post",
|
| 13 |
maxBodyLength: Infinity,
|
| 14 |
+
// url: "http://8.134.189.128:55233/style",
|
| 15 |
+
url: "https://sologenius-gen-ai.hf.space/style",
|
| 16 |
headers: {
|
| 17 |
"Content-Type": "application/json",
|
| 18 |
Authorization: "Bearer kk",
|