Update handler.py
Browse files- 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 |
|