Update description
Browse files
app.py
CHANGED
@@ -26,9 +26,8 @@ from detectron2.data.detection_utils import read_image
|
|
26 |
from detectron2.engine.defaults import DefaultPredictor
|
27 |
from detectron2.utils.visualizer import Visualizer
|
28 |
|
29 |
-
ORIGINAL_REPO_URL = 'https://github.com/zymk9/Yet-Another-Anime-Segmenter'
|
30 |
TITLE = 'zymk9/Yet-Another-Anime-Segmenter'
|
31 |
-
DESCRIPTION =
|
32 |
ARTICLE = None
|
33 |
|
34 |
TOKEN = os.environ['TOKEN']
|
|
|
26 |
from detectron2.engine.defaults import DefaultPredictor
|
27 |
from detectron2.utils.visualizer import Visualizer
|
28 |
|
|
|
29 |
TITLE = 'zymk9/Yet-Another-Anime-Segmenter'
|
30 |
+
DESCRIPTION = 'This is an unofficial demo for https://github.com/zymk9/Yet-Another-Anime-Segmenter.'
|
31 |
ARTICLE = None
|
32 |
|
33 |
TOKEN = os.environ['TOKEN']
|