Update description
Browse files
app.py
CHANGED
@@ -23,9 +23,8 @@ sys.path.insert(0, 'bizarre-pose-estimator')
|
|
23 |
|
24 |
from _util.twodee_v0 import I as ImageWrapper
|
25 |
|
26 |
-
ORIGINAL_REPO_URL = 'https://github.com/ShuhongChen/bizarre-pose-estimator'
|
27 |
TITLE = 'ShuhongChen/bizarre-pose-estimator (segmenter)'
|
28 |
-
DESCRIPTION =
|
29 |
ARTICLE = None
|
30 |
|
31 |
TOKEN = os.environ['TOKEN']
|
|
|
23 |
|
24 |
from _util.twodee_v0 import I as ImageWrapper
|
25 |
|
|
|
26 |
TITLE = 'ShuhongChen/bizarre-pose-estimator (segmenter)'
|
27 |
+
DESCRIPTION = 'This is an unofficial demo for https://github.com/ShuhongChen/bizarre-pose-estimator.'
|
28 |
ARTICLE = None
|
29 |
|
30 |
TOKEN = os.environ['TOKEN']
|