zejunyang commited on
Commit
fa7d98a
1 Parent(s): 67869c4

debug fps data type

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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():