Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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
|
296 |
-
gr.Markdown("# SkyReels A1
|
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():
|