nupurkmr9 akhaliq HF staff commited on
Commit
c4a18be
1 Parent(s): d2a1d65

add duplicate spaces badge (#1)

Browse files

- add duplicate spaces badge (7e90e2ecb5fd30646436b68710494d88d9258ca8)


Co-authored-by: Ahsen Khaliq <akhaliq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -18,7 +18,10 @@ from trainer import Trainer
18
  from uploader import upload
19
 
20
  TITLE = '# Custom Diffusion + StableDiffusion Training UI'
21
- DESCRIPTION = 'This is a demo for [https://github.com/adobe-research/custom-diffusion](https://github.com/adobe-research/custom-diffusion).'
 
 
 
22
 
23
  ORIGINAL_SPACE_ID = 'nupurkmr9/custom-diffusion'
24
  SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
 
18
  from uploader import upload
19
 
20
  TITLE = '# Custom Diffusion + StableDiffusion Training UI'
21
+ DESCRIPTION = '''This is a demo for [https://github.com/adobe-research/custom-diffusion](https://github.com/adobe-research/custom-diffusion).
22
+ It is recommended to upgrade to GPU in Settings after duplicating this space to use it.
23
+ <a href="https://huggingface.co/spaces/nupurkmr9/custom-diffusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
24
+ '''
25
 
26
  ORIGINAL_SPACE_ID = 'nupurkmr9/custom-diffusion'
27
  SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)