Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -294,8 +294,12 @@ if __name__ == '__main__':
|
|
294 |
|
295 |
app = gr.Blocks()
|
296 |
with app:
|
297 |
-
gr.Markdown("# full-body anime GAN\
|
298 |
-
"\
|
|
|
|
|
|
|
|
|
299 |
with gr.Tabs():
|
300 |
with gr.TabItem("generate image 新規画像生成"):
|
301 |
with gr.Row():
|
|
|
294 |
|
295 |
app = gr.Blocks()
|
296 |
with app:
|
297 |
+
gr.Markdown("# full-body anime GAN\n\n"
|
298 |
+
"\n\n"
|
299 |
+
"fork from [skytnt](https://huggingface.co/spaces/skytnt/full-body-anime-gan)"
|
300 |
+
"- StyleGAN3を使った画像生成とブレンドです(text2image, Stable Diffusionではありません)\n\n"
|
301 |
+
"- psi1,2は[nskytnt/fbanime-gan](https://github.com/SkyTNT/fbanimegan/tree/main/stylegan3)のmappingパラメータです。"
|
302 |
+
"- 動画生成は1→2→1というパターンで作ります\n\n")
|
303 |
with gr.Tabs():
|
304 |
with gr.TabItem("generate image 新規画像生成"):
|
305 |
with gr.Row():
|