Skip to content

Commit 6b43f57

Browse files
Update Neon Effect Filter/Code.py
Co-authored-by: Kaustubh Gupta <43691873+kaustubhgupta@users.noreply.github.com>
1 parent 25cf5cd commit 6b43f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Neon Effect Filter/Code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
plt.title("Neon Effect Filtered Photo")
2727
plt.axis('off')
2828
filename = os.path.basename(image_path)
29-
plt.savefig("(Neon Effect Filter)"+filename) #saved file name as (Filtered)image_name.jpg
29+
plt.savefig("./Neon Effect Filter/Neon Effect Filter"+filename) #saved file name as (Filtered)image_name.jpg
3030

3131
plt.show()

0 commit comments

Comments
 (0)