Spaces:
Runtime error
Runtime error
zejunyang
commited on
Commit
β’
fa7d98a
1
Parent(s):
67869c4
debug fps data type
Browse files
app.py
CHANGED
@@ -352,10 +352,15 @@ description = r"""
|
|
352 |
<b>Official π€ Gradio demo</b> for <a href='https://github.com/Zejun-Yang/AniPortrait' target='_blank'><b>AniPortrait: Audio-Driven Synthesis of Photorealistic Portrait Animations</b></a>.<br>
|
353 |
"""
|
354 |
|
|
|
|
|
|
|
|
|
355 |
with gr.Blocks() as demo:
|
356 |
|
357 |
gr.Markdown(title)
|
358 |
gr.Markdown(description)
|
|
|
359 |
|
360 |
with gr.Tab("Audio2video"):
|
361 |
with gr.Row():
|
|
|
352 |
<b>Official π€ Gradio demo</b> for <a href='https://github.com/Zejun-Yang/AniPortrait' target='_blank'><b>AniPortrait: Audio-Driven Synthesis of Photorealistic Portrait Animations</b></a>.<br>
|
353 |
"""
|
354 |
|
355 |
+
tips = r"""
|
356 |
+
When the video cannot be displayed, you can download the result video.
|
357 |
+
"""
|
358 |
+
|
359 |
with gr.Blocks() as demo:
|
360 |
|
361 |
gr.Markdown(title)
|
362 |
gr.Markdown(description)
|
363 |
+
gr.Markdown(tips)
|
364 |
|
365 |
with gr.Tab("Audio2video"):
|
366 |
with gr.Row():
|