rishi9440 commited on
Commit
8cf25b1
1 Parent(s): 7680d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(remove_background,
20
 
21
  )
22
 
23
- img = Image.open(output_image)
24
  img.show()
25
  # Launch the interface
26
  iface.launch()
 
20
 
21
  )
22
 
23
+ img = Image.open(r"https://media.geeksforgeeks.org/wp-content/uploads/20210318103632/gfg-300x300.png")
24
  img.show()
25
  # Launch the interface
26
  iface.launch()