zdxpan commited on
Commit
475a8a2
1 Parent(s): bc9c3a2

Update txtImgPost.py

Browse files
Files changed (1) hide show
  1. txtImgPost.py +0 -2
txtImgPost.py CHANGED
@@ -8,9 +8,7 @@ from PIL import Image, ImageDraw, ImageFont
8
  import textwrap
9
  import random
10
 
11
- import IPython.display as ipd
12
  post_img = "res_post.jpg" # 底图,确定尺寸
13
- import textwrap
14
 
15
 
16
  # 最佳实践
 
8
  import textwrap
9
  import random
10
 
 
11
  post_img = "res_post.jpg" # 底图,确定尺寸
 
12
 
13
 
14
  # 最佳实践