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