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