hysts HF staff commited on
Commit
8f553c7
·
1 Parent(s): 1bc63df

Update description

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