Kvikontent commited on
Commit
8dd6bdd
·
verified ·
1 Parent(s): edc54fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ Simply upload your image and let the models do their work. Download the result i
34
  iface = gr.Interface(
35
  fn=background_remover_and_upscale,
36
  inputs=gr.Image(type='pil'),
37
- outputs=[gr.File("image")],
38
  examples=["woman.jpg", "groot.jpg"],
39
  title="Background Remover and Image Upscaler",
40
  description=description,
 
34
  iface = gr.Interface(
35
  fn=background_remover_and_upscale,
36
  inputs=gr.Image(type='pil'),
37
+ outputs="image",
38
  examples=["woman.jpg", "groot.jpg"],
39
  title="Background Remover and Image Upscaler",
40
  description=description,