mizukidesuu commited on
Commit
3ebad37
·
1 Parent(s): 9da46b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True, share=True)
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