Skip to content

Commit e05eeb5

Browse files
authored
Update cardsData.js
1 parent 12c36b2 commit e05eeb5

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

data/cardsData.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,24 @@
2222
*/
2323

2424
export const cardsData = [
25-
{
26-
"githubRepoName": "ghibli-style-transfer",
27-
"project": "Bit-Scripts",
28-
"imageCover": "https://github.com/Bit-Scripts/ghibli-style-transfer/raw/main/Exemples/frame_trait%C3%A9.png",
29-
"title": "Stylisation des photos/vidéos dans un style Ghibli",
30-
"author": "Paul",
31-
"github": "https://github.com/Bit-Scripts/ghibli-style-transfer",
32-
"demo": "https://bit-scripts.github.io/",
33-
"translations": [
34-
{
35-
"lang": "en",
36-
"description": "Transform your photos or videos with a dreamy Ghibli look using AnimeGANv2 converted to ONNX. Compatible with AMD GPUs and ROCm!"
37-
},
38-
{
39-
"lang": "fr",
40-
"description": "Transforme tes vidéos ou images avec un style inspiré des films Ghibli grâce à AnimeGANv2 converti en ONNX. Compatible GPU AMD avec ROCm !"
41-
},
25+
{
26+
"githubRepoName": "ghibli-style-transfer",
27+
"project": "ghibli-style-transfer",
28+
"imageCover": "frame_traité.png",
29+
"title": "Stylisation des photos/vidéos dans un style Ghibli",
30+
"author": "Paul",
31+
"github": "https://github.com/Bit-Scripts/ghibli-style-transfer",
32+
"demo": "https://bit-scripts.github.io/",
33+
"license": "MIT",
34+
"translations": [
35+
{
36+
"lang": "en",
37+
"description": "Transform your photos or videos with a dreamy Ghibli look using AnimeGANv2 converted to ONNX. Compatible with AMD GPUs and ROCm!"
38+
},
39+
{
40+
"lang": "fr",
41+
"description": "Transforme tes vidéos ou images avec un style inspiré des films Ghibli grâce à AnimeGANv2 converti en ONNX. Compatible GPU AMD avec ROCm !"
42+
},
4243
{
4344
"lang": "es",
4445
"description": "Transforma tus imágenes o vídeos con un estilo Ghibli animado usando AnimeGANv2 convertido a ONNX. ¡Compatible con GPUs AMD y ROCm!"
@@ -47,7 +48,7 @@ export const cardsData = [
4748
},
4849
{
4950
githubRepoName: "Bit-Scripts.github.io",
50-
project: "Bit-Scripts",
51+
project: "portfolio",
5152
imageCover: "bitscriptsweb.jpeg",
5253
title: "Bit-Scripts Portfolio",
5354
author: "Eddy",

0 commit comments

Comments
 (0)