JingyeChen commited on
Commit
cb46dad
·
1 Parent(s): 35fe3e9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ if not os.path.exists('gray256.jpg'):
26
  os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
27
 
28
  print(os.system('ls'))
29
- print(os.system('locate gray256.jpg'))
30
- print(os.system('locate architecture.jpg'))
31
  exit(0)
32
 
33
  # #### import m1
 
26
  os.system('wget https://huggingface.co/JingyeChen22/textdiffuser2-full-ft/blob/main/gray256.jpg')
27
 
28
  print(os.system('ls'))
29
+ img = Image.open('./gray256.jpg')
30
+ print(img.size)
31
  exit(0)
32
 
33
  # #### import m1