├── face_swap_frontend
├── src
│ ├── vite-env.d.ts
│ ├── components
│ │ ├── ui
│ │ │ ├── index.ts
│ │ │ ├── Card.tsx
│ │ │ ├── Tabs.tsx
│ │ │ ├── Input.tsx
│ │ │ ├── Button.tsx
│ │ │ └── Modal.tsx
│ │ ├── layout
│ │ │ ├── Container.tsx
│ │ │ └── Header.tsx
│ │ └── features
│ │ │ ├── StatusDisplay.tsx
│ │ │ ├── ResultModal.tsx
│ │ │ ├── AuthForm.tsx
│ │ │ ├── ImageSwap.tsx
│ │ │ └── VideoSwap.tsx
│ ├── main.tsx
│ ├── index.css
│ ├── utils
│ │ └── file.ts
│ ├── types
│ │ └── index.ts
│ ├── hooks
│ │ └── useWebSocket.ts
│ ├── services
│ │ └── api.ts
│ ├── assets
│ │ └── react.svg
│ ├── App.tsx
│ └── App.css
├── postcss.config.js
├── tsconfig.json
├── public
│ ├── images
│ │ └── 4p6vr8j7vbom4axo7k0 2.png
│ └── vite.svg
├── vite.config.ts
├── index.html
├── tsconfig.node.json
├── tsconfig.app.json
├── eslint.config.js
├── package.json
└── README.md
├── face_swap_webhook
├── .env.example
├── requirements.txt
└── app.py
├── .gitignore
└── README.md
/face_swap_frontend/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
{error}
45 | )} 46 |
18 | Next-gen face swapping technology
23 |
36 | Welcome to next-gen face swapping
40 |