Skip to content

Commit

Permalink
fix: upd model with result = null
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuse202 committed Dec 12, 2023
1 parent 78e0cea commit 6b9fda2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/api/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function handler(
},
body: JSON.stringify({
version:
"03351a276bc675cae23c00c5ffa2223b8cf7289dac835c830185b7f44d30657d",
"379f52380fb57faa33d1629074d33255e28f4fcdd26bc5dff0629c57bda59585",
input: { image: imageUrl, scale: 2 },
}),
});
Expand Down
13 changes: 0 additions & 13 deletions frontend/src/pages/api/hello.ts

This file was deleted.

0 comments on commit 6b9fda2

Please sign in to comment.