Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -299,8 +299,9 @@ with gr.Blocks(title="SkyReels A1 Talking Head") as app:
|
|
299 |
|
300 |
with gr.Row():
|
301 |
with gr.Column():
|
302 |
-
|
303 |
-
|
|
|
304 |
|
305 |
with gr.Row():
|
306 |
guidance_scale = gr.Slider(minimum=1.0, maximum=7.0, value=3.0, step=0.1, label="Guidance Scale")
|
|
|
299 |
|
300 |
with gr.Row():
|
301 |
with gr.Column():
|
302 |
+
with gr.Row():
|
303 |
+
image_input = gr.Image(type="filepath", label="Portrait Image")
|
304 |
+
audio_input = gr.Audio(type="filepath", label="Driving Audio")
|
305 |
|
306 |
with gr.Row():
|
307 |
guidance_scale = gr.Slider(minimum=1.0, maximum=7.0, value=3.0, step=0.1, label="Guidance Scale")
|