Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahMansoor123 committed May 14, 2024
1 parent 93c4f3b commit feff7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gradio_app.py
notebooks/
artifacts/
logs/
__pycache__/
__pycache__/
.pyc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Here's a README.md file for your code:

# Background Changing App

This is a Streamlit web application for changing the background of an image. It allows users to upload an image containing a person, select a background from predefined options, and then removes the person from the foreground image and blends it with the selected background.
I always wanted to change the background of my picture without uploading them online so i tried writing a code to that for me. This is a Streamlit web application for changing the background of an person image. It allows users to upload an image containing a person, select a background from predefined options, and then removes the person from the foreground image and blends it with the selected background.

## Setup
To run this application locally, follow these steps:
Expand Down

0 comments on commit feff7b6

Please sign in to comment.