clfegg commited on
Commit
897bb56
·
verified ·
1 Parent(s): c348f38

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -1,6 +1,6 @@
1
  from typing import Dict, Any, List
2
  import os
3
-
4
  current_dir = os.getcwd()
5
  os.environ['HF_HOME'] = os.path.join(current_dir)
6
 
 
1
  from typing import Dict, Any, List
2
  import os
3
+ import base64
4
  current_dir = os.getcwd()
5
  os.environ['HF_HOME'] = os.path.join(current_dir)
6