Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
YUFI-API/ProxyRecGen
YUFI-API
/
PomogatorProxy
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Rooni
commited on
May 24, 2024
Commit
3136de0
·
verified
·
1 Parent(s):
893b9f5
Update server.js
Browse files
Files changed (1)
hide
show
server.js
+1
-1
server.js
CHANGED
Viewed
@@ -75,7 +75,7 @@ app.post('/gen', upload.single('image'), async (req, res) => {
75
},
76
{
77
"type": "image_url",
78
-
"
base64
": img,
79
},
80
],
81
}
75
},
76
{
77
"type": "image_url",
78
+
"
image
": img,
79
},
80
],
81
}