felixrosberg commited on
Commit
2df2511
Β·
1 Parent(s): 79ac8ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -281,8 +281,7 @@ with gr.Blocks(theme=theme) as blk_demo:
281
  with gr.Box():
282
  ano_out = gr.Image(type="pil", label='Output').style(height=300)
283
 
284
- b1.click(run_inference, inputs=[trg_in, src_in, def_in, mrg_in, chk_in],
285
- outputs=[ano_out])
286
 
287
  """iface = gradio.Interface(run_inference,
288
  [gradio.Image(shape=None, type="pil", label='Target'),
 
281
  with gr.Box():
282
  ano_out = gr.Image(type="pil", label='Output').style(height=300)
283
 
284
+ b1.click(run_inference, inputs=[trg_in, src_in, def_in, mrg_in, chk_in], outputs=[ano_out])
 
285
 
286
  """iface = gradio.Interface(run_inference,
287
  [gradio.Image(shape=None, type="pil", label='Target'),