JingyeChen commited on
Commit
165bb4d
·
1 Parent(s): cb46dad
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +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
- img = Image.open('./gray256.jpg')
 
30
  print(img.size)
31
  exit(0)
32
 
 
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('pwd'))
30
+ img = Image.open('file/gray256.jpg')
31
  print(img.size)
32
  exit(0)
33