linoyts HF Staff commited on
Commit
f88bac4
·
verified ·
1 Parent(s): fab4b60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
149
  ["fusion_car.png"],["fusion_shoes.png"],
150
 
151
  ],
152
- inputs=[image_subject,image_background],
153
  outputs=[result,seed],
154
  fn=infer,
155
  cache_examples="lazy",
 
149
  ["fusion_car.png"],["fusion_shoes.png"],
150
 
151
  ],
152
+ inputs=[image_subject],
153
  outputs=[result,seed],
154
  fn=infer,
155
  cache_examples="lazy",