Spaces:
Running
Running
Update description
Browse files
app.py
CHANGED
@@ -19,9 +19,8 @@ import gradio as gr
|
|
19 |
import numpy as np
|
20 |
import torch
|
21 |
|
22 |
-
ORIGINAL_REPO_URL = 'https://github.com/1adrianb/face-alignment'
|
23 |
TITLE = '1adrianb/face-alignment'
|
24 |
-
DESCRIPTION =
|
25 |
ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.1adrianb-face-alignment" alt="visitor badge"/></center>'
|
26 |
|
27 |
|
|
|
19 |
import numpy as np
|
20 |
import torch
|
21 |
|
|
|
22 |
TITLE = '1adrianb/face-alignment'
|
23 |
+
DESCRIPTION = 'This is an unofficial demo for https://github.com/1adrianb/face-alignment.'
|
24 |
ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.1adrianb-face-alignment" alt="visitor badge"/></center>'
|
25 |
|
26 |
|