(input_image)
| 117 | |
| 118 | |
| 119 | def check_input_image(input_image): |
| 120 | if input_image is None: |
| 121 | raise gr.Error("No image uploaded!") |
| 122 | |
| 123 | |
| 124 | def preprocess(input_image, do_remove_background): |
nothing calls this directly
no outgoing calls
no test coverage detected