Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 444 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 444 Bytes

background remover

Recording.2023-12-31.010907.mp4

requirements

  • gradio
  • rembg

how to run the code

  1. clone this repo
  2. install dependencies
pip install -r requirements.txt
  1. run the app
python app.py

how to host this on Huggingface space

https://huggingface.co/

  1. create a space
  2. select Gradio
  3. push app.py and requirements.txt