rishi9440 commited on
Commit
e255117
·
1 Parent(s): 7e89650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ iface = gr.Interface(remove_background,
19
  description='Upload an image and it will remove.',
20
 
21
  )
22
- Image.open(output_image,mode=’r)
23
  # Launch the interface
24
  iface.launch()
 
19
  description='Upload an image and it will remove.',
20
 
21
  )
22
+ Image.open(r"C:\Users\System-Pc\Desktop\ybear.jpg")
23
  # Launch the interface
24
  iface.launch()