rdjarbeng commited on
Commit
58214f9
·
1 Parent(s): 22f3bb6

add instructions for running and alternatives

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -57,6 +57,10 @@ The following models are available for selection:
57
  ```bash
58
  python app.py
59
  ```
 
 
 
 
60
 
61
  ## Usage
62
 
@@ -102,6 +106,8 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
102
  - [rembg](https://github.com/danielgatis/rembg) - The Python library used for background removal.
103
  - [Gradio](https://www.gradio.app/) - The framework used to create the user interface.
104
 
 
 
 
105
  ---
106
 
107
- > Readme generated by chatgpt
 
57
  ```bash
58
  python app.py
59
  ```
60
+ On some systems you may have to run using this command to avoid some issues with pydantic and opencv
61
+ ```bash
62
+ python app.py --user
63
+ ```
64
 
65
  ## Usage
66
 
 
106
  - [rembg](https://github.com/danielgatis/rembg) - The Python library used for background removal.
107
  - [Gradio](https://www.gradio.app/) - The framework used to create the user interface.
108
 
109
+ In case you want to use another free background remover adobe express does something similar. You may have to sign into adobe
110
+ https://www.adobe.com/express/feature/image/remove-background/transparent
111
+
112
  ---
113