RageshAntony commited on
Commit
beb7445
·
verified ·
1 Parent(s): dd641a7

process_video_frames

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -691,7 +691,7 @@ def app_gradio():
691
  result_image_flux,gal_output
692
  )
693
 
694
- with gr.Tab("Mask-free & SD1.5"):
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
- submit_function_p2p,
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,