hmb HF Staff commited on
Commit
0ca5c6e
·
verified ·
1 Parent(s): b333980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
83
  gr.HTML(load_description(title_md))
84
  gr.Markdown(load_description("assets/gradio_description_upload.md"))
85
  with gr.Row():
86
- with gr.Group(label="Source Portrait"):
87
  image_input = gr.Image(type="filepath")
88
  gr.Examples(
89
  examples=[
@@ -98,7 +98,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
98
  inputs=[image_input],
99
  cache_examples=False,
100
  )
101
- with gr.Group(open=True, label="Driving Video"):
102
  video_input = gr.Video()
103
  gr.Examples(
104
  examples=[
 
83
  gr.HTML(load_description(title_md))
84
  gr.Markdown(load_description("assets/gradio_description_upload.md"))
85
  with gr.Row():
86
+ with gr.Group():
87
  image_input = gr.Image(type="filepath")
88
  gr.Examples(
89
  examples=[
 
98
  inputs=[image_input],
99
  cache_examples=False,
100
  )
101
+ with gr.Group():
102
  video_input = gr.Video()
103
  gr.Examples(
104
  examples=[