Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,11 @@ pipeline_tag: video-to-video
|
|
| 4 |
# Face Swap Video
|
| 5 |
### Simple HTTP endpoint to generate a face-swapped video.
|
| 6 |
|
| 7 |
-
[Website](https://www.face-swap.co?utm_source=
|
| 8 |
|
| 9 |
The Face Swap API lets you generate AI face swap videos with a single HTTP request. Send a source face image, a target video URL, and the desired duration, and our service returns a deepfake-style video face swap URL.
|
| 10 |
|
| 11 |
-
[No code face swap video generations](https://www.face-swap.co?utm_source=
|
| 12 |
|
| 13 |
[](https://huggingface.co/spaces/tonyassi/video-face-swap)
|
| 14 |
|
|
@@ -49,7 +49,7 @@ r.raise_for_status()
|
|
| 49 |
print(r.json())
|
| 50 |
```
|
| 51 |
|
| 52 |
-
[Get an API Key here](https://www.face-swap.co/api?utm_source=
|
| 53 |
|
| 54 |
<a href="https://colab.research.google.com/drive/1OfLNmgUiAek2wQbX5IOOJ5F4iwOUL8Wd?usp=sharing"
|
| 55 |
target="_blank" rel="noopener noreferrer"
|
|
@@ -137,4 +137,4 @@ print(r.json())
|
|
| 137 |
|
| 138 |
```
|
| 139 |
|
| 140 |
-
[Get an API Key here](https://www.face-swap.co/api?utm_source=
|
|
|
|
| 4 |
# Face Swap Video
|
| 5 |
### Simple HTTP endpoint to generate a face-swapped video.
|
| 6 |
|
| 7 |
+
[Website](https://www.face-swap.co?utm_source=faceswapvideomodel&utm_medium=website) | [Docs](https://www.face-swap.co/api?utm_source=faceswapvideomodel&utm_medium=docs) | [API Key](https://www.face-swap.co/api?utm_source=faceswapmodel&utm_medium=apikey)
|
| 8 |
|
| 9 |
The Face Swap API lets you generate AI face swap videos with a single HTTP request. Send a source face image, a target video URL, and the desired duration, and our service returns a deepfake-style video face swap URL.
|
| 10 |
|
| 11 |
+
[No code face swap video generations](https://www.face-swap.co?utm_source=faceswapvideomodel&utm_medium=nocodefaceswap)
|
| 12 |
|
| 13 |
[](https://huggingface.co/spaces/tonyassi/video-face-swap)
|
| 14 |
|
|
|
|
| 49 |
print(r.json())
|
| 50 |
```
|
| 51 |
|
| 52 |
+
[Get an API Key here](https://www.face-swap.co/api?utm_source=faceswapvideomodel&utm_medium=apikey)
|
| 53 |
|
| 54 |
<a href="https://colab.research.google.com/drive/1OfLNmgUiAek2wQbX5IOOJ5F4iwOUL8Wd?usp=sharing"
|
| 55 |
target="_blank" rel="noopener noreferrer"
|
|
|
|
| 137 |
|
| 138 |
```
|
| 139 |
|
| 140 |
+
[Get an API Key here](https://www.face-swap.co/api?utm_source=faceswapvideomodel&utm_medium=apikey)
|