Spaces:
Runtime error
Runtime error
Change title
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ from app_scribble_interactive import \
|
|
43 |
from app_seg import create_demo as create_demo_seg
|
44 |
from model import Model, download_all_controlnet_weights
|
45 |
|
46 |
-
DESCRIPTION = '# [ControlNet](https://github.com/lllyasviel/ControlNet)'
|
47 |
|
48 |
SPACE_ID = os.getenv('SPACE_ID')
|
49 |
ALLOW_CHANGING_BASE_MODEL = SPACE_ID != 'hysts/ControlNet-with-other-models'
|
|
|
43 |
from app_seg import create_demo as create_demo_seg
|
44 |
from model import Model, download_all_controlnet_weights
|
45 |
|
46 |
+
DESCRIPTION = '# [ControlNet](https://github.com/lllyasviel/ControlNet) + [Anything-v4.0](https://huggingface.co/andite/anything-v4.0)'
|
47 |
|
48 |
SPACE_ID = os.getenv('SPACE_ID')
|
49 |
ALLOW_CHANGING_BASE_MODEL = SPACE_ID != 'hysts/ControlNet-with-other-models'
|