Spaces:
Running
on
Zero
Running
on
Zero
envs
Browse files
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=
|
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
|
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,
|