multimodalart HF Staff commited on
Commit
2f1789c
·
verified ·
1 Parent(s): 374ea35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -294,7 +294,8 @@ def process_image_audio(image_path, audio_path, guidance_scale=3.0, steps=10, pr
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():
300
  with gr.Column():
 
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. 💡 Enjoying this demo? Share your feedback or review, and you might earn exclusive rewards! 🚀✨
298
+ 📩 [Contact us on Discord](https://discord.com/invite/PwM6NYtccQ) for details''')
299
 
300
  with gr.Row():
301
  with gr.Column():