Spaces:
Runtime error
Runtime error
Shivam Mehta
commited on
Commit
·
ab5d3e9
1
Parent(s):
486141c
Ading header
Browse files
app.py
CHANGED
@@ -179,6 +179,10 @@ def visualize_it(output):
|
|
179 |
with gr.Blocks() as demo:
|
180 |
|
181 |
output = gr.State(value=None)
|
|
|
|
|
|
|
|
|
182 |
|
183 |
with gr.Row():
|
184 |
gr.Markdown("# Text Input")
|
@@ -205,7 +209,7 @@ with gr.Blocks() as demo:
|
|
205 |
|
206 |
with gr.Box():
|
207 |
with gr.Row():
|
208 |
-
mel_spectrogram = gr.Image(interactive=False, label="
|
209 |
motion_representation = gr.Image(interactive=False, label="Motion representation")
|
210 |
|
211 |
with gr.Row():
|
|
|
179 |
with gr.Blocks() as demo:
|
180 |
|
181 |
output = gr.State(value=None)
|
182 |
+
|
183 |
+
with gr.Box():
|
184 |
+
gr.Markdown("# Diff-TTSG: Denoising probabilistic integrated speech and gesture synthesis")
|
185 |
+
gr.Markdown("### Read more about it at: [https://shivammehta25.github.io/Diff-TTSG/](https://shivammehta25.github.io/Diff-TTSG/)")
|
186 |
|
187 |
with gr.Row():
|
188 |
gr.Markdown("# Text Input")
|
|
|
209 |
|
210 |
with gr.Box():
|
211 |
with gr.Row():
|
212 |
+
mel_spectrogram = gr.Image(interactive=False, label="Mel spectrogram")
|
213 |
motion_representation = gr.Image(interactive=False, label="Motion representation")
|
214 |
|
215 |
with gr.Row():
|