Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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(
|
|
|
|
| 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():
|