diff --git a/machine_learning/sketch.py b/machine_learning/sketch.py index 8a746e7..3a8a2f3 100644 --- a/machine_learning/sketch.py +++ b/machine_learning/sketch.py @@ -24,7 +24,7 @@ def sketch_image(image_path): # Provide the path to your input image -input_image_path = "image.jpg" +input_image_path = "image.jpg" # Generate the sketch sketch = sketch_image(input_image_path)