Spaces:
Paused
Paused
Update utilities/secure_memory_loader.py
Browse files
utilities/secure_memory_loader.py
CHANGED
@@ -8,7 +8,7 @@ import atexit
|
|
8 |
# Your memory session code as a string
|
9 |
memory_isolation_code = """
|
10 |
from cryptography.fernet import Fernet
|
11 |
-
import numpy
|
12 |
import base64
|
13 |
class SecureMemorySession:
|
14 |
def __init__(self, encryption_key: bytes = None):
|
|
|
8 |
# Your memory session code as a string
|
9 |
memory_isolation_code = """
|
10 |
from cryptography.fernet import Fernet
|
11 |
+
import numpy
|
12 |
import base64
|
13 |
class SecureMemorySession:
|
14 |
def __init__(self, encryption_key: bytes = None):
|