Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,10 @@ def pipe (text, voice, image_in):
|
|
34 |
with gr.Blocks() as demo:
|
35 |
with gr.Column():
|
36 |
gr.HTML("""
|
|
|
|
|
|
|
|
|
37 |
""")
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
|
|
34 |
with gr.Blocks() as demo:
|
35 |
with gr.Column():
|
36 |
gr.HTML("""
|
37 |
+
<h2 style="text-align: center;">
|
38 |
+
Whisper Speech X Dreamtalk
|
39 |
+
</h2>
|
40 |
+
<p style="text-align: center;"></p>
|
41 |
""")
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|