The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
🧩 get-image-upload-to-hf-dataset
This dataset is used as a temporary public storage for user-uploaded images
from the GPT → FaceSwap Upload Proxy Space → FaceSwap UGC Space.
⚙️ Purpose
This dataset acts as a bridge between GPT and the FaceSwap Space.
Whenever a user uploads an image via GPT, it is automatically:
- Encoded to Base64
- Sent to the Upload Proxy Space
- Uploaded here in the folder
/uploads/ - Returned as a public
resolve_urlfor the FaceSwap API
🧪 Example API Flow
POST https://quangdu95-get-image-upload-to-hf-dataset.hf.space/upload_base64
Content-Type: application/json
{
"image_base64": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD..."
}
- Downloads last month
- 5