hahahahahahahah3 commited on
Commit
f080b9d
1 Parent(s): f12a7dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ import os
25
  import numpy as np
26
  import json
27
 
28
- cache_dir ='~/.cache/huggingface/hub'
29
  os.makedirs(cache_dir, exist_ok=True)
30
 
31
  def get_image_md5(img: Image.Image):
 
25
  import numpy as np
26
  import json
27
 
28
+ cache_dir ='~/.cache/huggingface'
29
  os.makedirs(cache_dir, exist_ok=True)
30
 
31
  def get_image_md5(img: Image.Image):