Spaces:
Build error
Build error
add duplicate spaces badge
Browse files
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)
|