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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- image_input = gr.Image(type="filepath", label="Portrait Image")
303
- audio_input = gr.Audio(type="filepath", label="Driving Audio")
 
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")