Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
app.py
CHANGED
@@ -695,11 +695,13 @@ def app_gradio():
|
|
695 |
with gr.Row():
|
696 |
with gr.Column(scale=1, min_width=350):
|
697 |
with gr.Row():
|
698 |
-
image_path_p2p = gr.
|
699 |
-
|
|
|
|
|
700 |
)
|
701 |
-
person_image_p2p = gr.
|
702 |
-
|
703 |
)
|
704 |
|
705 |
with gr.Row():
|
|
|
695 |
with gr.Row():
|
696 |
with gr.Column(scale=1, min_width=350):
|
697 |
with gr.Row():
|
698 |
+
image_path_p2p = gr.Image(
|
699 |
+
type="filepath",
|
700 |
+
interactive=True,
|
701 |
+
visible=False,
|
702 |
)
|
703 |
+
person_image_p2p = gr.Video(
|
704 |
+
label="Person Image",
|
705 |
)
|
706 |
|
707 |
with gr.Row():
|