felixrosberg commited on
Commit
a366d1c
β€’
1 Parent(s): 2070485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -257,8 +257,8 @@ with gr.Blocks(theme=theme) as blk_demo:
257
  with gr.Row():
258
  with gr.Column():
259
  with gr.Group():
260
- trg_in = gr.Image(shape=None, type="pil", label='Target').style(height=300)
261
- src_in = gr.Image(shape=None, type="pil", label='Source').style(height=300)
262
  with gr.Row():
263
  b1 = gr.Button("Face Swap")
264
  with gr.Row():
 
257
  with gr.Row():
258
  with gr.Column():
259
  with gr.Group():
260
+ trg_in = gr.Image(type="pil", label='Target').style(height=300)
261
+ src_in = gr.Image(type="pil", label='Source').style(height=300)
262
  with gr.Row():
263
  b1 = gr.Button("Face Swap")
264
  with gr.Row():