Spaces:
Sleeping
Sleeping
Commit
·
3ebad37
1
Parent(s):
9da46b6
Update app.py
Browse files
app.py
CHANGED
@@ -57,5 +57,5 @@ if __name__ == "__main__":
|
|
57 |
title="Anime Remove Background",
|
58 |
description="demo for [https://github.com/SkyTNT/anime-segmentation/](https://github.com/SkyTNT/anime-segmentation/)",
|
59 |
examples=[[f"examples/{x:02d}.jpg"] for x in range(1, 4)],
|
60 |
-
).
|
61 |
|
|
|
57 |
title="Anime Remove Background",
|
58 |
description="demo for [https://github.com/SkyTNT/anime-segmentation/](https://github.com/SkyTNT/anime-segmentation/)",
|
59 |
examples=[[f"examples/{x:02d}.jpg"] for x in range(1, 4)],
|
60 |
+
).launch(show_api=True, show_error=True)
|
61 |
|