hysts HF Staff commited on
Commit
39a84cf
·
1 Parent(s): eafea82

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import torch.nn.functional as F
17
 
18
  ORIGINAL_REPO_URL = 'https://github.com/yu4u/age-estimation-pytorch'
19
  TITLE = 'yu4u/age-estimation-pytorch'
20
- DESCRIPTION = f'A demo for {ORIGINAL_REPO_URL}'
21
  ARTICLE = None
22
 
23
  TOKEN = os.environ['TOKEN']
 
17
 
18
  ORIGINAL_REPO_URL = 'https://github.com/yu4u/age-estimation-pytorch'
19
  TITLE = 'yu4u/age-estimation-pytorch'
20
+ DESCRIPTION = f'This is an unofficial demo for {ORIGINAL_REPO_URL}.'
21
  ARTICLE = None
22
 
23
  TOKEN = os.environ['TOKEN']