complete mobile image upload

This commit is contained in:
2024-12-18 01:07:10 +08:00
parent b11641f62e
commit 68a8e3e5c4
26 changed files with 455 additions and 83 deletions

View File

@@ -1,12 +1,5 @@
export interface ImageData {
model_type: string;
model: string;
factor: number;
tile_size: number;
backend: string;
width: number;
height: number;
input: any;
hasAlpha: boolean;
min_lap: number;
export interface uploadImageRequest {
image: string;
access_token: string;
user_id: string;
}