Yw22 commited on
Commit
dc79a5a
1 Parent(s): 924fd87
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -512,7 +512,7 @@ with block as demo:
512
  with gr.Column(scale=7):
513
  with gr.Row():
514
  with gr.Column(scale=6):
515
- input_image = gr.Image(label=None,
516
  interactive=True,
517
  height=280,
518
  width=384,)
@@ -558,7 +558,7 @@ with block as demo:
558
  )
559
 
560
  with gr.Group():
561
- personalized = gr.Dropdown(label="Personalized template", choices=['HelloObject', 'TUSUN', ""], value="")
562
 
563
  with gr.Column(scale=7):
564
  output_video = gr.Video(value=None,
 
512
  with gr.Column(scale=7):
513
  with gr.Row():
514
  with gr.Column(scale=6):
515
+ input_image = gr.Image(label="Input Image",
516
  interactive=True,
517
  height=280,
518
  width=384,)
 
558
  )
559
 
560
  with gr.Group():
561
+ personalized = gr.Dropdown(label="Personalized", choices=['HelloObject', 'TUSUN', ""], value="")
562
 
563
  with gr.Column(scale=7):
564
  output_video = gr.Video(value=None,