Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# inswapper-flask-api
|
2 |
|
3 |
Python Flask API for Face Swapper and Restoration
|
@@ -86,4 +95,4 @@ Get a [RunPod](https://runpod.io?ref=w18gds2n) account.
|
|
86 |
2. This codebase is built on top of [inswapper](https://github.com/haofanwang/inswapper) and [CodeFormer](
|
87 |
https://huggingface.co/spaces/sczhou/CodeFormer).
|
88 |
3. [inswapper](https://github.com/haofanwang/inswapper) is built on the top of [sd-webui-roop](
|
89 |
-
https://github.com/s0md3v/sd-webui-roop) and [CodeFormer](https://huggingface.co/spaces/sczhou/CodeFormer).
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: FACE SWAP API
|
4 |
+
sdk: docker
|
5 |
+
emoji: 🏃
|
6 |
+
colorFrom: indigo
|
7 |
+
colorTo: yellow
|
8 |
+
short_description: SWAP FACES ONLINE VIA API
|
9 |
+
---
|
10 |
# inswapper-flask-api
|
11 |
|
12 |
Python Flask API for Face Swapper and Restoration
|
|
|
95 |
2. This codebase is built on top of [inswapper](https://github.com/haofanwang/inswapper) and [CodeFormer](
|
96 |
https://huggingface.co/spaces/sczhou/CodeFormer).
|
97 |
3. [inswapper](https://github.com/haofanwang/inswapper) is built on the top of [sd-webui-roop](
|
98 |
+
https://github.com/s0md3v/sd-webui-roop) and [CodeFormer](https://huggingface.co/spaces/sczhou/CodeFormer).
|