JingyeChen commited on
Commit
6b1cfa3
1 Parent(s): 165bb4d
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -25,10 +25,12 @@ if not os.path.exists('architecture.jpg'):
25
  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('pwd'))
30
- img = Image.open('file/gray256.jpg')
31
- print(img.size)
 
32
  exit(0)
33
 
34
  # #### import m1
 
25
  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('sudo apt install mlocate'))
29
  print(os.system('ls'))
30
  print(os.system('pwd'))
31
+ print(os.system('locate gray256.jpg'))
32
+ # img = Image.open('locate gray256.jpg')
33
+ # print(img.size)
34
  exit(0)
35
 
36
  # #### import m1