hysts HF staff commited on
Commit
df372a2
·
1 Parent(s): f89602d

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,9 +15,8 @@ import torch
15
  import torch.nn as nn
16
  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'This is an unofficial demo for {ORIGINAL_REPO_URL}.'
21
  ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.age-estimation-appa-real" alt="visitor badge"/></center>'
22
 
23
  TOKEN = os.environ['TOKEN']
 
15
  import torch.nn as nn
16
  import torch.nn.functional as F
17
 
 
18
  TITLE = 'yu4u/age-estimation-pytorch'
19
+ DESCRIPTION = 'This is an unofficial demo for https://github.com/yu4u/age-estimation-pytorch.'
20
  ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.age-estimation-appa-real" alt="visitor badge"/></center>'
21
 
22
  TOKEN = os.environ['TOKEN']