From 33eb17e2b70b2e84f85ab419dd5c86649de1a064 Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Sun, 17 Sep 2023 00:52:21 +0800 Subject: [PATCH] Update create_GIF_with_python.py --- .../2019.12.03_create_GIF_with_python/create_GIF_with_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py b/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py index 8cba956..370e0cf 100644 --- a/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py +++ b/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py @@ -1,7 +1,7 @@ import imageio import numpy as np import os -# os.chdir('E:/data') # 设置文件读取和保存位置 +# os.chdir('D:/data') # 设置文件读取和保存的位置 images = [] for i in range(1000):