hysts HF Staff commited on
Commit
ec184a2
·
1 Parent(s): 10775c4

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 = f'A demo for {ORIGINAL_REPO_URL}'
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']