dhairyashah commited on
Commit
3cb5e70
·
verified ·
1 Parent(s): 5156ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from transformers import AutoTokenizer
16
  import numpy as np
17
  import json
18
 
19
- cache_dir = '/data/kb_cache'
20
  os.makedirs(cache_dir, exist_ok=True)
21
 
22
  def get_image_md5(img: Image.Image):
 
16
  import numpy as np
17
  import json
18
 
19
+ cache_dir = 'kb_cache'
20
  os.makedirs(cache_dir, exist_ok=True)
21
 
22
  def get_image_md5(img: Image.Image):