Spaces:
Running
on
Zero
Running
on
Zero
process_video_frames
Browse files
app.py
CHANGED
@@ -691,7 +691,7 @@ def app_gradio():
|
|
691 |
result_image_flux,gal_output
|
692 |
)
|
693 |
|
694 |
-
with gr.Tab("
|
695 |
with gr.Row():
|
696 |
with gr.Column(scale=1, min_width=350):
|
697 |
with gr.Row():
|
@@ -744,7 +744,7 @@ def app_gradio():
|
|
744 |
)
|
745 |
|
746 |
submit_p2p.click(
|
747 |
-
|
748 |
[
|
749 |
person_image_p2p,
|
750 |
cloth_image_p2p,
|
|
|
691 |
result_image_flux,gal_output
|
692 |
)
|
693 |
|
694 |
+
with gr.Tab("Video Flux"):
|
695 |
with gr.Row():
|
696 |
with gr.Column(scale=1, min_width=350):
|
697 |
with gr.Row():
|
|
|
744 |
)
|
745 |
|
746 |
submit_p2p.click(
|
747 |
+
process_video_frames,
|
748 |
[
|
749 |
person_image_p2p,
|
750 |
cloth_image_p2p,
|