seawolf2357 commited on
Commit
be62ac3
·
verified ·
1 Parent(s): ebdf0db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -21
app.py CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
382
  gr.HTML(
383
  """
384
  <div align='center'>
385
- <h1>MoDA: Multi-modal Diffusion Architecture for Talking Head Generation</h1>
386
  <h2 style="color: #4A90E2;">Enhanced Version with Smooth Motion</h2>
387
  <p style="display:flex; justify-content: center; gap: 10px;">
388
  <a href='https://lixinyyang.github.io/MoDA.github.io/'><img src='https://img.shields.io/badge/Project-Page-blue'></a>
@@ -473,26 +473,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
473
  """
474
  )
475
 
476
- gr.Markdown(
477
- """
478
- ---
479
- ### ⚠️ **Disclaimer**
480
- This project is intended for academic research, and we explicitly disclaim any responsibility for user-generated content.
481
- Users are solely liable for their actions while using this generative model.
482
-
483
- ### 🚀 **Enhancement Features**
484
- - **Frame Smoothing**: Reduces jitter and improves transition between frames (currently experimental)
485
- - **Frame Interpolation**: Increases FPS for smoother motion
486
- - **Optimized Audio Processing**: Better lip-sync with 24kHz sampling
487
- - **Fine-tuned CFG Scale**: Better control over motion naturalness
488
-
489
- ### ⏱️ **Audio Length Limitations**
490
- - **Optimal**: Under 30 seconds for best quality and speed
491
- - **Recommended**: Under 60 seconds
492
- - **Maximum**: 180 seconds (3 minutes) - very slow processing
493
- - For longer content, consider splitting audio into segments
494
- """
495
- )
496
 
497
  # Examples section
498
  gr.Examples(
 
382
  gr.HTML(
383
  """
384
  <div align='center'>
385
+ <h1>MoDA: MODA PLUS: Talking Head Generation</h1>
386
  <h2 style="color: #4A90E2;">Enhanced Version with Smooth Motion</h2>
387
  <p style="display:flex; justify-content: center; gap: 10px;">
388
  <a href='https://lixinyyang.github.io/MoDA.github.io/'><img src='https://img.shields.io/badge/Project-Page-blue'></a>
 
473
  """
474
  )
475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
476
 
477
  # Examples section
478
  gr.Examples(