JingyeChen commited on
Commit
d659855
1 Parent(s): 6b1cfa3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ 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('sudo apt install mlocate'))
29
  print(os.system('ls'))
30
  print(os.system('pwd'))
31
  print(os.system('locate gray256.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('apt install mlocate'))
29
  print(os.system('ls'))
30
  print(os.system('pwd'))
31
  print(os.system('locate gray256.jpg'))