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