Spaces:
Build error
Build error
Update description
Browse files
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 =
|
| 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']
|