jhj0517
commited on
Commit
•
bd46fc3
1
Parent(s):
77651a9
update header
Browse files
app.py
CHANGED
@@ -100,20 +100,7 @@ class App:
|
|
100 |
def header():
|
101 |
header = gr.HTML(
|
102 |
"""
|
103 |
-
<
|
104 |
-
p, li {
|
105 |
-
font-size: 16px;
|
106 |
-
}
|
107 |
-
</style>
|
108 |
-
|
109 |
-
<h2>Gradio demo for <a href="https://github.com/TMElyralab/MusePose">MusePose</a></h2>
|
110 |
-
|
111 |
-
<p>Demo list you can try in other environment:</p>
|
112 |
-
<ul>
|
113 |
-
<li><a href="https://github.com/jhj0517/MusePose-WebUI"><strong>MusePose WebUI</strong></a> (This repository, you can try in local)</li>
|
114 |
-
<li><a href="https://github.com/jhj0517/stable-diffusion-webui-MusePose.git"><strong>stable-diffusion-webui-MusePose</strong></a> (SD WebUI extension)</li>
|
115 |
-
<li><a href="https://github.com/TMElyralab/Comfyui-MusePose"><strong>Comfyui-MusePose</strong></a> (ComfyUI custom node)</li>
|
116 |
-
</ul>
|
117 |
"""
|
118 |
)
|
119 |
return header
|
|
|
100 |
def header():
|
101 |
header = gr.HTML(
|
102 |
"""
|
103 |
+
<h2><a href="https://github.com/jhj0517/MusePose-WebUI">MusePose WebUI</a></h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
"""
|
105 |
)
|
106 |
return header
|