jhj0517
commited on
Commit
•
744a72f
1
Parent(s):
6bbf25c
Update header on space
Browse files
modules/utils/constants.py
CHANGED
@@ -17,6 +17,8 @@ class SamplePart(Enum):
|
|
17 |
|
18 |
REPO_MARKDOWN = """
|
19 |
## [AdvancedLivePortrait-WebUI](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/tree/master)
|
|
|
|
|
20 |
"""
|
21 |
|
22 |
GRADIO_CSS = """
|
|
|
17 |
|
18 |
REPO_MARKDOWN = """
|
19 |
## [AdvancedLivePortrait-WebUI](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/tree/master)
|
20 |
+
|
21 |
+
The space runs on the CPU, so it's slow. If you want faster inference, try running it locally using the link above.
|
22 |
"""
|
23 |
|
24 |
GRADIO_CSS = """
|