hysts HF staff commited on
Commit
1bc29cf
·
1 Parent(s): 539c620

Update description

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -24,8 +24,11 @@ sys.path.insert(0, 'gan-control/src')
24
  from gan_control.inference.controller import Controller
25
 
26
  TITLE = 'amazon-research/gan-control'
27
- DESCRIPTION = 'This is a demo for https://github.com/amazon-research/gan-control.'
28
- ARTICLE = None
 
 
 
29
 
30
  TOKEN = os.environ['TOKEN']
31
 
 
24
  from gan_control.inference.controller import Controller
25
 
26
  TITLE = 'amazon-research/gan-control'
27
+ DESCRIPTION = '''This is an unofficial demo for https://github.com/amazon-research/gan-control.
28
+
29
+ Expected execution time on Hugging Face Spaces: 7s (for one image)
30
+ '''
31
+ ARTICLE = '<center><img src="https://visitor-badge.glitch.me/badge?page_id=hysts.gan-control" alt="visitor badge"/></center>'
32
 
33
  TOKEN = os.environ['TOKEN']
34