dreamdrop-art commited on
Commit
7103383
1 Parent(s): 17b712a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -651,7 +651,7 @@ with gr.Blocks(css=css) as demo:
651
  target_image = gr.File(label="Target image", type="filepath", file_types="image", file_count="single", interactive=True)
652
  swap_button = gr.Button(value="Swap")
653
  with gr.Row():
654
- swaped_result = gr.Gallery(show_label=False, rows2, allow_preview=True, preview=True)
655
  swaped_past = gr.Textbox(visiable=False, interactive=False)
656
  swap_button.click(face_swaper, inputs=[source_image, target_image], outputs=[swaped_result, swaped_past])
657
  with gr.Tab("Prompt Generator"):
 
651
  target_image = gr.File(label="Target image", type="filepath", file_types="image", file_count="single", interactive=True)
652
  swap_button = gr.Button(value="Swap")
653
  with gr.Row():
654
+ swaped_result = gr.Gallery(show_label=False, rows=2, preview=True)
655
  swaped_past = gr.Textbox(visiable=False, interactive=False)
656
  swap_button.click(face_swaper, inputs=[source_image, target_image], outputs=[swaped_result, swaped_past])
657
  with gr.Tab("Prompt Generator"):