hysts HF staff commited on
Commit
327f5da
·
1 Parent(s): e47e2e6

Update description

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -16,9 +16,11 @@ from huggingface_hub import hf_hub_download
16
 
17
  sys.path.insert(0, 'projected_gan')
18
 
19
- ORIGINAL_REPO_URL = 'https://github.com/autonomousvision/projected_gan'
20
  TITLE = 'autonomousvision/projected_gan'
21
- DESCRIPTION = f'This is a demo for {ORIGINAL_REPO_URL}.'
 
 
 
22
  SAMPLE_IMAGE_DIR = 'https://huggingface.co/spaces/hysts/projected_gan/resolve/main/samples'
23
  ARTICLE = f'''## Generated images
24
  - truncation: 0.7
 
16
 
17
  sys.path.insert(0, 'projected_gan')
18
 
 
19
  TITLE = 'autonomousvision/projected_gan'
20
+ DESCRIPTION = '''This is a demo for https://github.com/autonomousvision/projected_gan.
21
+
22
+ Expected execution time on Hugging Face Spaces: 1s
23
+ '''
24
  SAMPLE_IMAGE_DIR = 'https://huggingface.co/spaces/hysts/projected_gan/resolve/main/samples'
25
  ARTICLE = f'''## Generated images
26
  - truncation: 0.7