shisheng7
commited on
Commit
•
2477c25
1
Parent(s):
bd6c4af
update homepage
Browse files
app.py
CHANGED
@@ -56,18 +56,15 @@ div#warning-duplicate .actions a {
|
|
56 |
|
57 |
with gr.Blocks(css=css) as demo:
|
58 |
gr.Markdown("# JoyHallo: Digital human model for Mandarin")
|
59 |
-
gr.Markdown("Generate talking head avatars driven
|
60 |
gr.Markdown("""
|
61 |
-
|
62 |
-
Data requirements:
|
63 |
-
|
64 |
Image:
|
65 |
1. Cropped to square shape.
|
66 |
-
2. Face should be facing forward and occupy 50%-70% of the image
|
67 |
|
68 |
Audio:
|
69 |
-
1.
|
70 |
-
2. Mandarin
|
71 |
|
72 |
! Important: Too long audio will casue a very long processing time, please keep the audio length within 5s.
|
73 |
""")
|
|
|
56 |
|
57 |
with gr.Blocks(css=css) as demo:
|
58 |
gr.Markdown("# JoyHallo: Digital human model for Mandarin")
|
59 |
+
gr.Markdown("Generate talking head avatars driven by Mandarin speech. Data requirements:")
|
60 |
gr.Markdown("""
|
|
|
|
|
|
|
61 |
Image:
|
62 |
1. Cropped to square shape.
|
63 |
+
2. Face should be facing forward and occupy 50%-70% of the image.
|
64 |
|
65 |
Audio:
|
66 |
+
1. Use wav format.
|
67 |
+
2. Mandarin, English or mixed, with clear audio and suitable background music.
|
68 |
|
69 |
! Important: Too long audio will casue a very long processing time, please keep the audio length within 5s.
|
70 |
""")
|