Rooni commited on
Commit
b7819b9
·
verified ·
1 Parent(s): 41abf80

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -0
server.js CHANGED
@@ -74,6 +74,7 @@ app.post('/gen', upload.single('image'), async (req, res) => {
74
  "text": prompt,
75
  },
76
  {
 
77
  "image": img,
78
  },
79
  ],
 
74
  "text": prompt,
75
  },
76
  {
77
+ "type": "base64",
78
  "image": img,
79
  },
80
  ],