(req, img)
| 1033 | } |
| 1034 | |
| 1035 | function onContinueDrawingClick(req, img) { |
| 1036 | enqueueImageVariationTask(req, img, { |
| 1037 | num_inference_steps: parseInt(req.num_inference_steps) + 25, |
| 1038 | }) |
| 1039 | } |
| 1040 | |
| 1041 | function makeImage() { |
| 1042 | if (typeof performance == "object" && performance.mark) { |
nothing calls this directly
no test coverage detected