rishi9440 commited on
Commit
447398e
·
1 Parent(s): 4aa7b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ iface = gr.Interface(remove_background,
17
  outputs=output_image,
18
  title='Image Background Remover',
19
  description='Upload an image and it will remove.',
20
- Image.save(output_image)
21
  )
22
-
23
  # Launch the interface
24
  iface.launch()
 
17
  outputs=output_image,
18
  title='Image Background Remover',
19
  description='Upload an image and it will remove.',
20
+
21
  )
22
+ Image.save(output_image)
23
  # Launch the interface
24
  iface.launch()