Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,7 @@ if __name__ == "__main__":
|
|
37 |
app = gr.Blocks()
|
38 |
with app:
|
39 |
gr.Markdown("# Anime Remove Background\n\n"
|
40 |
-
"
|
41 |
-
"fork from [skytnt/anime-remove-background](https://huggingface.co/spaces/skytnt/anime-remove-background)"
|
42 |
"demo for [https://github.com/SkyTNT/anime-segmentation/](https://github.com/SkyTNT/anime-segmentation/)")
|
43 |
with gr.Row():
|
44 |
with gr.Column():
|
|
|
37 |
app = gr.Blocks()
|
38 |
with app:
|
39 |
gr.Markdown("# Anime Remove Background\n\n"
|
40 |
+
"fork from [skytnt/anime-remove-background](https://huggingface.co/spaces/skytnt/anime-remove-background)\n"
|
|
|
41 |
"demo for [https://github.com/SkyTNT/anime-segmentation/](https://github.com/SkyTNT/anime-segmentation/)")
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|