rishi9440 commited on
Commit
441db3c
·
1 Parent(s): e0402be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ iface = gr.Interface(remove_background,
19
  title='Image Background Remover',
20
  description='Upload an image and it will remove.',
21
  os.path.join(os.path.dirname(__file__), "images/lion.jpg")
 
22
 
23
  # Launch the interface
24
  iface.launch()
 
19
  title='Image Background Remover',
20
  description='Upload an image and it will remove.',
21
  os.path.join(os.path.dirname(__file__), "images/lion.jpg")
22
+ )
23
 
24
  # Launch the interface
25
  iface.launch()