multimodalart HF Staff commited on
Commit
11d40bf
·
verified ·
1 Parent(s): 5dc7d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,8 +292,8 @@ def process_image_audio(image_path, audio_path, guidance_scale=3.0, steps=10, pr
292
  return result_path, comparison_with_audio
293
 
294
  # Create Gradio interface
295
- with gr.Blocks(title="SkyReels A1 Face Animation") as app:
296
- gr.Markdown("# SkyReels A1 Face Animation")
297
  gr.Markdown("Upload a portrait image and an audio file to animate the face")
298
 
299
  with gr.Row():
 
292
  return result_path, comparison_with_audio
293
 
294
  # Create Gradio interface
295
+ with gr.Blocks(title="SkyReels A1 Talking Head") as app:
296
+ gr.Markdown("# SkyReels A1 Talking Head")
297
  gr.Markdown("Upload a portrait image and an audio file to animate the face")
298
 
299
  with gr.Row():