diff --git a/full_body_anime_gan/Dockerfile b/Dockerfile similarity index 97% rename from full_body_anime_gan/Dockerfile rename to Dockerfile index 1fc095b..2ccbc7c 100644 --- a/full_body_anime_gan/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ RUN git lfs install RUN git clone https://huggingface.co/skytnt/fbanime-gan RUN git clone https://huggingface.co/skytnt/anime-seg -CMD ["python3", "app.py"] \ No newline at end of file +CMD ["python3", "app.py"] diff --git a/READMED.md b/READMED.md new file mode 100644 index 0000000..3d43b2a --- /dev/null +++ b/READMED.md @@ -0,0 +1,4 @@ +--- +task: image_generation +model: full_body_anime_gan +--- diff --git a/full_body_anime_gan/app.py b/app.py similarity index 100% rename from full_body_anime_gan/app.py rename to app.py diff --git a/full_body_anime_gan/examples/01.jpg b/examples/01.jpg similarity index 100% rename from full_body_anime_gan/examples/01.jpg rename to examples/01.jpg diff --git a/full_body_anime_gan/examples/02.jpg b/examples/02.jpg similarity index 100% rename from full_body_anime_gan/examples/02.jpg rename to examples/02.jpg diff --git a/full_body_anime_gan/examples/03.jpg b/examples/03.jpg similarity index 100% rename from full_body_anime_gan/examples/03.jpg rename to examples/03.jpg diff --git a/full_body_anime_gan/examples/04.jpg b/examples/04.jpg similarity index 100% rename from full_body_anime_gan/examples/04.jpg rename to examples/04.jpg diff --git a/full_body_anime_gan/packages.txt b/packages.txt similarity index 100% rename from full_body_anime_gan/packages.txt rename to packages.txt diff --git a/full_body_anime_gan/requirements.txt b/requirements.txt similarity index 100% rename from full_body_anime_gan/requirements.txt rename to requirements.txt