Spaces:
Running
Running
MarkoVidrih
commited on
Commit
•
b5e0088
1
Parent(s):
99acf19
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,14 @@ def pipe (text, voice, image_in):
|
|
39 |
with gr.Blocks() as demo:
|
40 |
with gr.Column():
|
41 |
gr.HTML("""
|
42 |
-
|
43 |
-
Talking Head
|
44 |
-
</
|
|
|
|
|
|
|
|
|
|
|
45 |
<p style="text-align: center;"></p>
|
46 |
""")
|
47 |
with gr.Row():
|
|
|
39 |
with gr.Blocks() as demo:
|
40 |
with gr.Column():
|
41 |
gr.HTML("""
|
42 |
+
<h1 style="text-align: center;">
|
43 |
+
Talking Head
|
44 |
+
</h1>
|
45 |
+
<p style="text-align: center;"></p>
|
46 |
+
|
47 |
+
<h3 style="text-align: center;">
|
48 |
+
Talking Head Clone your voice and make your photos speak.
|
49 |
+
</h3>
|
50 |
<p style="text-align: center;"></p>
|
51 |
""")
|
52 |
with gr.Row():
|