From 4f429718549f8083153b5876e5c04d8de68de290 Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Tue, 18 Oct 2022 22:43:25 +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/2019.12.03_create_GIF_with_python/create_GIF_with_python.py b/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py index 02c79fb..8cba956 100644 --- a/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py +++ b/language_learning/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('D:/data') # 设置文件读取和保存位置 +# os.chdir('E:/data') # 设置文件读取和保存位置 images = [] for i in range(1000):